CoAP for RIOT

Hello,

I read in one of your publication that you are working on a CoAP implementation for RIOT. Could you please tell me the status of this development.

Regards,

Abhinav

Hello Abhinav

Thanks Hauke,

That’s good to know! Do you also have some implementation of the LWM2M standard working?

Regards,

Abhinav

You’re welcome!

we do not yet have any LWM2M implementation running in RIOT, but thats definitely on our TODO list. But if you know a LGPL compatible implementation and want to volunteer for including it, you are more than welcome!

Cheers, Hauke

We are currently looking at the Wakaama Eclipse workgroup for the LWM2M standard. I will keep you updated as to how the development goes.

Thanks,

Regards,

Abhinav

For LWM2M:

  http://coap.technology/impls.html#wakaama

maybe? (But it is also easy to build a basic LWM2M implementation from scratch.)

Grüße, Carsten

Hi Hauke,

Do we also have example files where the CoAP library is being used?

Thanks,

Abhinav

Hi Abhinav,

for compiling CoAP have a look at tests/test_coap (though its very trivial…). For example on how to use libcoap please refer directly to the libcoap documentation.

Cheers, Hauke