KiNET
From OpenDMX.net
(Redirected from KiNet)
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.
