<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>
		<title>Cycling 74  &#187;  Topic: color kinetics network control</title>
		<atom:link href="http://cycling74.com/forums/topic/color-kinetics-network-control/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/color-kinetics-network-control/feed</link>
		<description></description>
		<pubDate>Tue, 18 Jun 2013 23:35:51 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/color-kinetics-network-control/#post-45977</guid>
					<title><![CDATA[color kinetics network control]]></title>
					<link>http://cycling74.com/forums/topic/color-kinetics-network-control/#post-45977</link>
					<pubDate>Tue, 20 Oct 2009 17:23:54 +0000</pubDate>
					<dc:creator>David Beaudry</dc:creator>

					<description>
						<![CDATA[
						<p>Hi all,<br />
I was curious if anyone had any success in talking directly to color kinetic lights via their network protocol (a flavor of UDP). Trying to avoid purchasing a handful of USB-DMX boxes for an installation.</p>
<p>Any advice would be greatly appreciated.</p>
<p>Much thanks,<br />
David</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/color-kinetics-network-control/#post-165648</guid>
					<title><![CDATA[Re: color kinetics network control]]></title>
					<link>http://cycling74.com/forums/topic/color-kinetics-network-control/#post-165648</link>
					<pubDate>Tue, 20 Oct 2009 18:26:00 +0000</pubDate>
					<dc:creator>h_mill</dc:creator>

					<description>
						<![CDATA[
						<p>that is what i found at the documentation:</p>
<p>you have to send a raw byte DatagramPacket with a paket size of 537 bytes to your device ip on port 6038. <br />
the ip address you can set or view  with the color kinetics software.</p>
<p>the message has a header followed by the pannel id and its rgb values.<br />
you can control as many pannels which fits into one single message. (max size: 537)</p>
<p>message example:<br />
4, 1, 220, 74, 1, 0, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 243, 0, 0, 0, 2, 0, 0, panelNum1, r, g, b, r, g, b, &#8230;.. panelNum2, r, g, b, r, g, b &#8230;..</p>
<p>panelNum1, panelNum2 &#8230;: id of your pannel<br />
r, g, b: red, green, blue values the leds (number depends on your pannel type)<br />
4, 1, 220, 74, 1, 0, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 243, 0, 0, 0, 2, 0, 0: header</p>
<p>in max you can use java to send raw byte messages.<br />
something like this: new DatagramPacket(buffer, packSize, servAddr, port);</p>
<p>or the aka.datagram external (which i have not tested)</p>
<p>the dmx control is very slow and uncomfortable.</p>
<p>good luck with your project !</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/color-kinetics-network-control/#post-165649</guid>
					<title><![CDATA[Re: color kinetics network control]]></title>
					<link>http://cycling74.com/forums/topic/color-kinetics-network-control/#post-165649</link>
					<pubDate>Tue, 20 Oct 2009 18:55:11 +0000</pubDate>
					<dc:creator>David Beaudry</dc:creator>

					<description>
						<![CDATA[
						<p>Yeah! Thank you so much for the help here. And yes I agree DMX is a bit of a headache. I&#8217;ve been using a my little dmx-usb pro, which has actually been fine, but considering I&#8217;m controlling 10 50&#8242; LED chains, that&#8217;s 2+ universes, more controllers, and certainly more headaches.</p>
<p>Just a couple followup questions:<br />
1. is 537 the maximum packet size, or does each packet need to be 537 bytes?</p>
<p>2. I am assuming that in the examples below the raw datagram packet doesn&#8217;t actually contain commas, is that right? e.g. the header would actually be: <br />
4 1 220 74 1 0 8 1 0 0 0 0 0 0 0 0 1 243 0 0 0 2 0 0</p>
<p>3. where do I find the panel ID number? The power/controller that I&#8217;m using for testing can control 2 LED strands. Would each of these sockets = a panel?</p>
<p>Thanks again for your help with this! This is fantastic!</p>
<p>Best,<br />
David</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/color-kinetics-network-control/#post-165650</guid>
					<title><![CDATA[Re: color kinetics network control]]></title>
					<link>http://cycling74.com/forums/topic/color-kinetics-network-control/#post-165650</link>
					<pubDate>Tue, 20 Oct 2009 20:46:48 +0000</pubDate>
					<dc:creator>h_mill</dc:creator>

					<description>
						<![CDATA[
						<p>1) yes the message has to be 537 bytes long<br />
2) you have to send raw bytes. no commas.<br />
3) you can check the id number with the color kinetics software<br />
alternatively you can control the leds with the software and sniff the packets <img src="images/smiley_icons/icon_smile.gif" border=0 alt="Smile"/></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/color-kinetics-network-control/#post-165651</guid>
					<title><![CDATA[Re: color kinetics network control]]></title>
					<link>http://cycling74.com/forums/topic/color-kinetics-network-control/#post-165651</link>
					<pubDate>Wed, 18 Nov 2009 09:52:36 +0000</pubDate>
					<dc:creator>solas68</dc:creator>

					<description>
						<![CDATA[
						<p>Hi h_mill,<br />
Where did you find this documentation?<br />
I need to control 34 of the ColorKinetics strings, as each controller (2 strings of 50 modes) uses more than half of the DMX addresses in a universe that is one universe per controller.</p>
<p>As I will be controlling these from a computer based program it seems a big waste of money &#038; resources changing down to DMX when the controllers have ethernet already enabled.</p>
<p>Thanks for any help</p>
<p>
Stephen</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/color-kinetics-network-control/#post-165652</guid>
					<title><![CDATA[Re: color kinetics network control]]></title>
					<link>http://cycling74.com/forums/topic/color-kinetics-network-control/#post-165652</link>
					<pubDate>Sun, 21 Oct 2012 10:16:14 +0000</pubDate>
					<dc:creator>discodespot</dc:creator>

					<description>
						<![CDATA[
						<p>Hi, I know this thread has been cold for a while but I was wondering if anyone ever got this working and if they could share a patch or java example.</p>
<p>Thanks,</p>
<p>Kurt</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

