extended-blinkenlights-protocol ------------------------------- This protocol is used to send greyscale 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 0xFEEDBEEF ---------- 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 brightness of pixel (0x00 for off, 0xFF for full on) all numbers are in network-byte-order (big-endian)