nes-proj/examples/lwm2m-ipso-objects/README.md

11 lines
506 B
Markdown
Raw Normal View History

2018-04-07 16:26:41 +00:00
LWM2M with IPSO Objects Example
2015-12-21 13:39:16 +00:00
============================================
2018-04-07 16:26:41 +00:00
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)
2018-04-07 16:26:41 +00:00
* `REGISTER_WITH_LWM2M_BOOTSTRAP_SERVER`: set to bootstrap via `LWM2M_SERVER_ADDRESS` and then obtain the registration server address
2015-12-21 13:39:16 +00:00
2018-04-07 16:26:41 +00:00
A tutorial for setting up this example is provided on the wiki.