Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[wakaama-dev] lwM2M Arduino lib

Hello,
I'm trying to port lwM2M to ESP8266 as an Arduino library, with in the context of Eclipse Open IoT challenge.

Arduino is mentioned here and there in lwm2m presentations, but I have not found any relevant source code. If one could share any kind of arduino implementation of lwm2m on any hardware it would be of great help to get this lib started.

Alternativly, my best shortcut so far is to merge the ArduinoOTA lib with a CoaP lib and add lwm2m protocol specific features on top, and somehow convert the ArduinoOTA in to lwm2m OTA (?) ...but as I am not familiar with the low level details of the protocol yet, I can not guess the efford required, so any advice on this approach is more than welcome. As you can guess my goal is a quick and dirty hack to get things started and not to build everything by the book, from scratch.


Thanks
Manolis

Back to the top