Uses old Rust 2015
0.0.1-pre |
|
---|
#23 in #lan
4KB
94 lines
LIFX
LIFX bulbs are wifi-controlled RGBW light bulbs. The bulbs can be controlled directly by sending packets to them over the LAN, or they can be controlled over the internet via an HTTP API.
This library provides functionality for inspecting and controlling the bulbs over the LAN only.
The LIFX protocol docs can be found here.
lifx-core
This library implements all the data structures and utilities for inspecting and constructing the low-level control packets. It does not deal with the actual sending or receiving of bytes from the network.
Supported LIFX products:
- Light bulbs
- Multizone devices (LIFX Z and Beam)
- Relay devices (LIFX Switch)
- Tile devices
Note: While this library has support for several different LIFX products, some of them are not tested. Feedback in the form of a github issue would be appreciated, if you find that type of device isn't working correctly.
Higher level library
Eventually this library will also include a higher-level library that will take care of talking with the network, maintaining bulb state, etc. But this isn't ready yet.
License and terms
This library code is licensed under either of:
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Much of the documentation in this library is taken from the LIFX protocol docs. Using this library to communicate with LIFX bulbs likely binds you to the LIFX Developer Terms.