# example-lwm2m-standalone **Repository Path**: moqi-test/example-lwm2m-standalone ## Basic Information - **Project Name**: example-lwm2m-standalone - **Description**: No description available - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-03-20 - **Last Updated**: 2022-06-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Example LWM2M Standalone An example of how to use the Contiki-NG's LWM2M stack on native posix without dependencies on having the whole Contiki-NG source tree involved. This is designed to illustrate how to make use of the LWM2M client code if using another OS, or if not using a regular IP-stack for the communication. # Building To build the example just go to the lwm2m folder and do make. # Running If you just would like to try the client out with the already available leshan server you can just do: ./lwm2m-example and it will connect to that server. Browse to the server via http://leshan.eclipse.org to check if the client registered and to read out values from it. # Running with another LWM2M server You can specify another LWM2M server when running: ./lwm2m-example coap:// and it will connect to the specified server.