nes-proj/examples/lwm2m-ipso-objects
Simon Duquennoy 8b95d22589 Update lwm2m-ipso-example Readme 2018-04-07 09:26:41 -07:00
..
Makefile
README.md Update lwm2m-ipso-example Readme 2018-04-07 09:26:41 -07:00
example-ipso-objects.c
example-ipso-temperature.c
example-server.c
project-conf.h
serial-protocol.c
serial-protocol.h

README.md

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 paramters:

  • LWM2M_SERVER_ADDRESS: the address of the server to register to (or bosstrap 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.