jcalvinowens / ws2811d

Simple daemon based on rpi_ws281x

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ws2811d: A simple daemon based on rpi_ws281x
============================================

This very simple daemon allows writing RGB data directly to WS2811 LED strings
over the network, using UDP packets. All Raspberry Pi models are supported. Ugly
example client code is provided in client.py.

https://github.com/jgarff/rpi_ws281x

About

Simple daemon based on rpi_ws281x

License:GNU General Public License v2.0


Languages

Language:Python 56.4%Language:C 43.6%