Lines Matching full:lwm2m

1 .. zephyr:code-sample:: lwm2m-client
2 :name: LwM2M client
5 Implement a LwM2M client that connects to a LwM2M server.
10 Lightweight Machine to Machine (LwM2M) is an application layer protocol
12 writing and executing via an LwM2M server in a very lightweight environment.
14 This LwM2M client sample application for Zephyr implements the LwM2M library
15 and establishes a connection to an LwM2M server using the
44 - This overlay config can be added to enable LWM2M Bootstrap support.
53 - This overlay config can be added to enable LWM2M Queue Mode support.
56 …- This overlay config can be used to stop LwM2M engine for periodically interrupting socket polls.…
58 Build the lwm2m-client sample application like this:
79 can watch and manage connected LwM2M devices.
81 Build the lwm2m-client sample application for QEMU like this:
102 To build the lwm2m-client sample for QEMU with DTLS support do the following:
142 Configure the lwm2m-client sample in the Demo Bootstrap Server:
149 #. In the ``LWM2M Server`` tab, enter the following data:
151 * LWM2M Server URL: coap://[2001:db8::2]:5683 (or coap://192.0.2.2:5683 if IPv4 is used)
154 #. The ``LWM2M Bootstrap Server`` tab can be left intact in the default
157 To build the lwm2m-client sample for QEMU with Bootstrap enabled do the
169 Server to obtain the LwM2M Server information. After that, the sample will
176 Server) and to configure correct security mode in the ``LWM2M Bootstrap Server``
182 To build the lwm2m-client sample for hardware requiring OpenThread for
220 To build the lwm2m-client sample with LWM2M Queue Mode support do the following:
230 With Queue Mode enabled, the LWM2M client will register with "UDP with Queue
231 Mode" binding. The LWM2M engine will notify the application with
239 To build the lwm2m-client sample for use with the WNC-M14A2A LTE-M modem
253 The following is sample output from the QEMU console. First, LwM2M engine is
254 initialized. Then, several LwM2M Smart Objects register themselves with the
265 shell> [lib/lwm2m_engine] [DBG] lwm2m_engine_init: LWM2M engine thread started
266 [lwm2m_obj_security] [DBG] security_create: Create LWM2M security instance: 0
267 [lwm2m_obj_server] [DBG] server_create: Create LWM2M server instance: 0
268 [lwm2m_obj_device] [DBG] device_create: Create LWM2M device instance: 0
269 [lwm2m_obj_firmware] [DBG] firmware_create: Create LWM2M firmware instance: 0
270 [lwm2m-client] [INF] main: Run LWM2M client
284 [lib/lwm2m_rd_client] [INF] lwm2m_rd_client_start: LWM2M Client: qemu_x86
289 [lwm2m-client] [DBG] rd_client_event: Registration complete