sics-iot / lwm2m-contiki

LWM2M client for Contiki
Other
7 stars 10 forks source link

Running lwm2m on contiki #11

Open tarakanov opened 7 years ago

tarakanov commented 7 years ago

Hi! I successfully run oma-lwm2m/standalone example with DTLS. Now I try to run it on Sensortag platform (cc2650). What should I modify to port it back to Contiki? As I understand this repo has separate coap-transport layer but only for native platform. Is there contiki port of this coap-transport?

I see open pull request of Contiki separate level but it is still open and there is no DTLS support. So could you advise optimal way to port lwm2m/dtls support for non-native contiki?

joakimeriksson commented 7 years ago

Yes, we have a separate DTLS implementation in this repository that is significantly refactored and the current support is for "native" or posix - but we aim at adding complete Contiki support soon - so that it should work on any supported Contiki platform (as long as it fits memory). The upstream pull request is likely not the path we are going to take.