OMA: LwM2M server architecture and resources?

271 views Asked by At

I am a bit confused about the LwM2M server, I can't find the resources that it contains.

On the specifications I only found descriptions about the LwM2M client and the resources that it can contain but I found nothing on the server side besides the interfaces that it shall support. (I mean it should somewhere store the list of the registered client for example..)

Any ideas where I can find information about the LwM2M server?

1

There are 1 answers

1
Julien Vermillard On BEST ANSWER

The LWM2M server doesn't contain resources, the device register on it and then it's up to the server user to manipulate the device resources for performing tasks like firmware upgrade or reading the configuration. Does it make sense?