homieiot / homie-esp8266

💡 ESP8266 framework for Homie, a lightweight MQTT convention for the IoT
http://homieiot.github.io/homie-esp8266
MIT License
1.36k stars 307 forks source link

LWM2M in homie-esp8266 #41

Closed jpmens closed 8 years ago

jpmens commented 8 years ago

I love MQTT so Home has about everything I need. Be that as it may, I recently learned of a CoAP-based standard called LWM2M (overview slides).

This screenshot shows Leshaan in operation:

image

Do you think this would be a good fit for Homie-esp8266 in addition to MQTT? Using, say, Leshaan to control, and Wakaama as the client code, Homie-ESP8266-controlled devices could be managed with the OMA standard.

marvinroger commented 8 years ago

I am not sure it would be a good fit for Homie for ESP8266 in its current form, as it targets exclusively MQTT. Handling both MQTT and LWM2M would be too heavy. But this could be a good case for a fork.

marvinroger commented 8 years ago

I guess, after the stability issues we've seen with TLS, that we can agree it would be too heavy for our beloved ESP8266 chips. May I close this? :)