Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 626 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 626 Bytes

lwm2m-web-server

OMA LwM2M Web Server with NodeJS based on the lwm2m-node-lib library.

Installation

Clone repositories in the same folder.

LwM2M nodejs library

$ sudo git clone https://github.com/darkopetrovic/lwm2m-node-lib.git
$ cd lwm2m-node-lib
$ git checkout darko
$ sudo npm install

LwM2M web server

$ sudo git clone https://github.com/darkopetrovic/lwm2m-web-server.git 
$ cd lwm2m-web-server
$ sudo npm install

Usage

$ cd lwm2m-web-server
$ node server.js

Then open the browser to http://localhost:3000.