Skip to content

Aman8050/iot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Internet Of Things(IoT) DASHBOARD

A node.js project to get real time data from the sensors and to display that on the Dashboard.This Project includes real time graph generation.

To learn more about Internet Of Things click <a href="https://en.wikipedia.org/wiki/Internet_of_things">here</a>.

Installation

  • In the main folder, run: npm install.That will install all dependencies.

  • You also need to change the following files:

    app.js - change mongodb url accordingly, in order to have data persistence; - change mysql password accordingly;

To Run The Application

  • Go to main folder from the command line;
  • run : node app.js;
  • Server will be started at http://localhost:3000

External Libraries Used

  • EON Charts
  • C3 Charts
  • AM Charts
  • Passport(For Authentication)

About

Dashboard for visualization of sensors data and actuation of sensors

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published