OMA LwM2M Web Server with NodeJS based on the lwm2m-node-lib library.
Clone repositories in the same folder.
$ sudo git clone https://github.com/darkopetrovic/lwm2m-node-lib.git
$ cd lwm2m-node-lib
$ git checkout darko
$ sudo npm install
$ sudo git clone https://github.com/darkopetrovic/lwm2m-web-server.git
$ cd lwm2m-web-server
$ sudo npm install
$ cd lwm2m-web-server
$ node server.js
Then open the browser to http://localhost:3000
.