nes-proj/examples/lwm2m-ipso-objects
2018-09-21 12:30:53 +02:00
..
zoul
example-ipso-objects.c minor refactoring of hdc-1000-sensor following commit f4a8cba37 2018-09-21 12:30:53 +02:00
example-ipso-temperature.c
example-server.c
Makefile
project-conf.h
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.