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

Old version of COAP #35

Closed cache91 closed 10 years ago

cache91 commented 10 years ago

Hey this project seems to still have Coap draft -13 while the newer draft v18 is released. Any plans on updatating to the newer version ?

dnav commented 10 years ago

Hi,

There are no major differences on packet format between CoAP 13 and CoAP 18 except for two options we do not use. See http://www.ietf.org/rfcdiff?url1=draft-ietf-core-coap-13&difftype=--html&submit=Go%21&url2=draft-ietf-core-coap-18 For now there is no impact on liblwm2m.

Regards

cache91 commented 10 years ago

So does this mean i can use COAP 13 version to communicate with another system having COAP 18 version ?

dnav commented 10 years ago

Basically yes. More exactly, it means liblwm2m can communicates flawlessly with a system having CoAP 18.

cache91 commented 10 years ago

Wonderful to hear that. Thanks for the info !!!