schocco / nodered-simulation-poc

simplistic POC - processing simulated sensor values with node-red

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node-Red Sensor Simulation

Simulates multiple pressure and temperature sensors (with random, unrealistic values) that are attached to multiple objects. Sensor data is published via a websocket. The node-red flow subscribes to the socket and processes emitted data to recognize when an object is in a critical state.

Getting started

  • run npm install to install required node modules and npm start to start the simulation
  • open http://127.0.0.1:8000/red to see the deployed flow as it is processing simulated sensor measurements

About

simplistic POC - processing simulated sensor values with node-red

License:MIT License


Languages

Language:JavaScript 97.4%Language:HTML 2.6%