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

registration update support #21

Closed jvermillard closed 10 years ago

jvermillard commented 10 years ago

api entry for sending a registration update to all the registered servers

jvermillard commented 10 years ago

Fine, going to change that. My only question is about the transaction: why the registration_deregister doesn't use it? it's a CON message too. I should fix it too because I think we need retransmission here too?

jvermillard commented 10 years ago

ping?

dnav commented 10 years ago

Sorry I missed the question in your previous comment. deregister was switch to CON because the TS says "use only CON messages". So yes in theory, it should also use the transaction mechanism. But (currently), we only deregister when we call lwm2m_close(). So ACK reception and retransmission are never done.

jvermillard commented 10 years ago

thanks, I'll try to rework that for fixing both issues

jvermillard commented 10 years ago

I'll redo it on wakaama repo