The Open Lighting Project has moved!
We've launched our new site at www.openlighting.org. This wiki will remain and be updated with more technical information.
We've launched our new site at www.openlighting.org. This wiki will remain and be updated with more technical information.
Difference between revisions of "KiNET"
From wiki.openlighting.org
(Created page with ' KiNet is the protocol used by Color Kinetics to control LED fixtures. It uses UDP on port 6038. Category:Definitions') |
|||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
+ | KiNet is the protocol used by Color Kinetics to control LED fixtures. It uses UDP on port 6038. Fixtures can be configured with the [http://www.colorkinetics.com/support/addressing/ Quick Play Pro] tool. | ||
− | + | ==Protocol Spec== | |
+ | http://webcache.googleusercontent.com/search?q=cache:RnG2kf5JOAYJ:www.directionless.org/color-kinetics/Ethernet+KiNet+port+6038&cd=2&hl=en&ct=clnk&gl=us | ||
+ | http://www.cycling74.com/forums/topic.php?id=22163 | ||
+ | |||
+ | # my $strange_ck_header = join("", | ||
+ | # '0401dc4a', # magic, L | ||
+ | # '0100', # ver, H | ||
+ | # '0101', # type, H | ||
+ | # '00000000', # seq, L | ||
+ | # '00', # port, B | ||
+ | # '00', # padding, x | ||
+ | # '0000', # flags, H | ||
+ | # 'ffffffff', # timerVal V, L | ||
+ | # '00', # uni, B | ||
+ | # ); | ||
+ | |||
+ | Followed by 512 bytes of DMX data. | ||
[[Category:Definitions]] | [[Category:Definitions]] |
Latest revision as of 20:31, 7 May 2013
KiNet is the protocol used by Color Kinetics to control LED fixtures. It uses UDP on port 6038. Fixtures can be configured with the Quick Play Pro tool.
Protocol Spec
http://www.cycling74.com/forums/topic.php?id=22163
# my $strange_ck_header = join("", # '0401dc4a', # magic, L # '0100', # ver, H # '0101', # type, H # '00000000', # seq, L # '00', # port, B # '00', # padding, x # '0000', # flags, H # 'ffffffff', # timerVal V, L # '00', # uni, B # );
Followed by 512 bytes of DMX data.