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.
|
2018-05-07 04:51:09 +00:00
|
|
|
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.
|