Skip to content

Latest commit

 

History

27 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-driver-angular-backend

This is the driver backend app. The driver front end (angular) app and the instrument simulator app is hosted separately.

INSTALLATION:

  1. Download node from the web: https://nodejs.org/en/download/ and install.
  2. Open command prompt and install npm in your system globally, next enter the following commands:
    • npm i
    • npm i -g concurrently
    • npm install -g @angular/cli
    • npm start

ALGORITHM:

  1. The instrument and driver use MQTT protocol for the data transfer and monitoring. The data flow diagram below well explains the overall workflow.
  2. In this project the instrument is continuously publishing the data to the public MQTT broker.
  3. The device has subscribed to the instrument published data through the broker.
  4. To demonstrate this, this backend app is able to accept commands (S, SI, SIR) from angular based front end app and revert with the correct data / data stream as required.

Driver-insrument-block_Dig

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages