boblight server implementation for controlling LED Strips attached to RaspberryPi
For more information (in german), see my blog post.
- networkController - Receives packages over network. If a command is received, it will be forwarded to the boblight server. The port is configured in the main file.
- boblightServer - Handles boblight commands. Commands were extracted from the boblight client sourcecode. The set commands are forwarded to the led controller.
- ledController - Writes the correct light values to the gpio ports.
boost library, wiringPi