A simple ruby server for controlling LIFX bulbs on LAN for RPi
493
An image I created from https://github.com/ballarat-hackerspace/lifx-server to run on my RPi docker host.
docker run -d --restart always --name lifx-server-home --net host \
scottweston/lifx-server:latest ruby /root/lifx-server.rb <number_of_bulbs>
You need host network access makes it easier to deal with the broadcast UDP required to talk to the bulbs on the LAN.
Content type
Image
Digest
sha256:4a3aa648b…
Size
100 MB
Last updated
almost 11 years ago
docker pull scottweston/lifx-server