Some C code fragments to control LIFX light bulbs
- https://community.lifx.com
- https://lan.developer.lifx.com/docs
- https://github.com/LIFX/lifx-protocol-docs
https://community.lifx.com/t/recvfrom-doesnt-answer-the-right-infos/912
-
Compile with:
clang lifx.c lifx-lib.c -o lifx
or use the suppliedMakefile
-
The Wireshark directory contains a
lifx.lua
file that can be put in the Wireshark plugin directory in order to dissect LIFX packets.