Sign inSign up

scottweston/lifx-server

By scottweston

Updated almost 11 years ago

A simple ruby server for controlling LIFX bulbs on LAN for RPi

Image
1

493

scottweston/lifx-server repository overview

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.

Tag summary

Content type

Image

Digest

sha256:4a3aa648b

Size

100 MB

Last updated

almost 11 years ago

docker pull scottweston/lifx-server