Open-source application for receiving input from Syphon/Spout or built-in video player and mapping it to distributed ligting system based on network connected RaspberryPi clients serving as controllers for digital LED ICs like LPD8806, WS281X, SK9822, SK6822, etc.
Check Interface Description page for details.
Try out compiled apps for Windows and OSX and image for RaspberryPi 3 on TVL website
C++ based UDP listener, listen localhost:3001 and sending data to GPIO pins. (https://github.com/techtim/lmListener)
Pin numbers depends on LED IC type:
- LPD8806/SK9822 - SCK > GPIO11 (SPI_CLK), DATA > GPIO10 (SPI_MOSI)
- WS281X driver from https://github.com/jgarff/rpi_ws281x using 2 channel PWM on GPIO12 and GPIO13
RPI2/3: SK9822/APA102/LPD8806 (BLUE PINS) RPI2/3: WS2812 (GREEN PINS)