intel / liblwm2m

liblwm2m is an implementation of the LWM2M protocol from the Open Mobile Alliance.
BSD 3-Clause "New" or "Revised" License
44 stars 28 forks source link

Porting to other devices #13

Closed cache91 closed 8 years ago

cache91 commented 10 years ago

Hey guys , I was just wondering if this code can be ported to any devices like the arduino or pi. Is there any other implementations done ? Please do reply. Also excuse me if this question is not in the appropriate place .

jvermillard commented 10 years ago

on any linux device it should work out of the box

cache91 commented 10 years ago

what about Arduino ? I want CoAP to work on Arduino

tobyjaffey commented 10 years ago

A port of liblwm2m to Arduino may well be possible. Until then, I have a tiny CoAP implementation you could play with: https://github.com/1248/microcoap

cache91 commented 10 years ago

@tobyjaffey : Just few minutes before posting the question , I came across ur post in the arduino forums regarding this implementation of urs. Nice work ! Haven't tried it though. Will look into it !

cache91 commented 10 years ago

@jvermillard: How about porting Linux in Arduino and then running liblwm2m on that ? Will that work ? What do you think ?

jvermillard commented 10 years ago

@cache91 no way, use microcoap, or do it on a raspberrypi (which run linux)

cache91 commented 10 years ago

@jvermillard : No way meaning it won't work as expected uh ?!

dnav commented 8 years ago

Project moved to http://github.com/eclipse/wakaama