nes-proj/examples/lwm2m-ipso-objects
Niclas Finne 962aa01d30 Combined the functions for registering LWM2M server and bootstrap
server into a single function for simpler API.

Updated the LWM2M example to register to a single server by default
but with a configuration option to use multiple servers.
2018-11-19 18:27:15 +01:00
..
zoul
example-ipso-objects.c Combined the functions for registering LWM2M server and bootstrap 2018-11-19 18:27:15 +01:00
example-ipso-temperature.c
example-server.c
Makefile
project-conf.h Changed default values for dynamic adaptation and Q-Mode objects 2018-06-27 09:36:00 +02:00
README.md
serial-protocol.c
serial-protocol.h

LWM2M with IPSO Objects Example

This is an OMA LWM2M example implementing IPSO Objects. It can connect to a Leshan server out-of-the-box. Important configuration parameters:

  • LWM2M_SERVER_ADDRESS: the address of the server to register to (or bootstrap from)
  • REGISTER_WITH_LWM2M_BOOTSTRAP_SERVER: set to bootstrap via LWM2M_SERVER_ADDRESS and then obtain the registration server address

A tutorial for setting up this example is provided on the wiki.