blinkenlights-protocol ---------------------- This protocol is used to send monochrome Blinkenlights movies across a network using UDP. Each frame of the movie is sent in an own packet. The time between the packets specifies the interval between the frames. The standard port for this protocol is UDP 2323. A frame can be constructed following this rule set: ------- ... frame contains lines ------- DWORD 0xDEADBEEF ---------- DWORD sequence number of the frame ------- WORD width of the frame in pixels -------- WORD height of the frame in in pixels ------ ... line contains pixels ------- BYTE 0x00 for off, 0x01 (or anything else != 0x00) for on all numbers are in network-byte-order (big-endian)