probonopd / ESP8266HueEmulator

Emulate a Philips Hue bridge running on an ESP8266 using the Arduino IDE.
MIT License
411 stars 93 forks source link

Compare with sticilface/Esp8266-Hue #28

Open probonopd opened 8 years ago

probonopd commented 8 years ago

https://github.com/sticilface/Esp8266-Hue is another implementation. Unfortunately it is a bit short on documentation, but it seems like it is more efficient than this implementation when it comes to the JSON processing.

Let's see whether we can combine the best of all worlds.

Pull requests welcome.