Skip to content

oneM2M-Tutorials/oneM2M-IoT-Dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

oneM2M-IoT-Dashboard

  1. Install required node modules for frontend and backend using the following command:

cd frontend
npm install

cd backend
npm install

  1. Configure the backend/config/default.json for your oneM2M CSE
        var originator="Cae-admin";//Super user with admin rights
        var cseUri = "http://127.0.0.1:8080";//IP address and port
        var cseName = "server";//CSE Name
  1. Start the dashboard Start the IoT dashboard using the following command:
>  cd frontend   
>  node app.js

>  cd backend   
>  npm start

  1. access the dashboard on port 4100
http://localhost:4100

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published