Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 753 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 753 Bytes

boblight-server

boblight server implementation for controlling LED Strips attached to RaspberryPi

For more information (in german), see my blog post.

Files

  • 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.

Requirements

boost library, wiringPi