nes-proj/examples/lwm2m-ipso-objects
Atis Elsts 313802dcbd Exclude z1 from some Makefiles: not all examples can be built on z1 due to limited memory 2019-01-14 14:55:34 +00:00
..
zoul Added Q-Mode regression tests working with Leshan Server 2018-05-18 18:39:33 +02:00
Makefile Exclude z1 from some Makefiles: not all examples can be built on z1 due to limited memory 2019-01-14 14:55:34 +00:00
README.md Updated lwm2m-ipso-object server-example for latest RPL/CoAP APIs 2018-05-07 07:01:25 +02:00
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 Rename example ipso-objects to lwm2m-ipso-objects 2018-04-07 09:26:21 -07:00
example-server.c Merge branch 'release-4.1' into develop 2018-05-09 22:18:01 +01:00
project-conf.h Changed default values for dynamic adaptation and Q-Mode objects 2018-06-27 09:36:00 +02:00
serial-protocol.c Updated lwm2m-ipso-object server-example for latest RPL/CoAP APIs 2018-05-07 07:01:25 +02:00
serial-protocol.h Rename example ipso-objects to lwm2m-ipso-objects 2018-04-07 09:26:21 -07:00

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 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.