Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wakaama-dev] wakaama 2 design

I just want to point out that the Registration Retry Rules and Registration Priority have already been implemented in https://github.com/eclipse/wakaama/pull/418.

 

Regards,

Scott

 

From: wakaama-dev-bounces@xxxxxxxxxxx <wakaama-dev-bounces@xxxxxxxxxxx> On Behalf Of David Navarro - IoTerop
Sent: Wednesday, February 20, 2019 12:22 PM
To: Wakaama developer discussions <wakaama-dev@xxxxxxxxxxx>
Subject: [CAUTION - external source . Proceed with caution [wakaama-dev] wakaama 2 design

 

Registration Retry Rules

  • In LwM2M 1.0, a LwM2M Client tries to register only once to a LwM2M Server. In LwM2M 1.1, new resources attached to the LwM2M Server define the number of attempts for the LwM2M Client to register to a LwM2M Server and the delay between attempts.

 

Registration Priority

  • When several LwM2M Servers are provisioned in the LwM2M Client, a priority can be assigned to each one. The LwM2M Client will try to register first to the highest-priority Servers before registering to the lowest -priority ones. Additionnaly, some Servers may be tagged as "blocking": if the registration to a tagged Server fails, the whole registration process is stopped and treated as failed.

Back to the top