KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
lifx-api
★ 10
Open GitHub ↗
C++ API/SDK for Lifx bulbs
Download README (.md)
Explore Similar Repositories
golang-image
:
Adds support of CMYK jpeg files to Golang image library.
yii2-bs3activeform
:
A Bootstrap 3 enhanced ActiveForm for Yii 2
erlang
:
Ansible role for erlang
solarized
:
Style code snippets with Ethan Schoonover's Solarized theme (tweaked a bit).
Book_Practical_Git
:
Content for 'Practical Git' book published at LeanPub
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
lifx-api
?
Download (.md)
lifx-api ======== C++ API/SDK for Lifx bulbs This is a simple C++ system in its early stages that allows the user to interact with Lifx bulbs. Current features: * bulb discovery * getting basic info (name, color) * setting color and brightness Issues: * assumes little-endian byte ordering * incomplete TODO: * support for other OS * refactor to move away from MSVC towards a generic build system * create an architecture that allows constant connection to the bulbs and immediate sending of data (or cache bulb addresses) Protocol info taken from: https://github.com/magicmonkey/lifxjs/blob/master/Protocol.md Some of the information on that Protocol site seems inaccurate, I have changed these in my implementation.