https://github.com/2002-shashank/smart_health_monitor
Real-time Smart Health Monitor using Python, MQTT, and Node-RED dashboards with alerting system
https://github.com/2002-shashank/smart_health_monitor
dashboarding healthcare iot mqtt node-red python3
Last synced: 2 months ago
JSON representation
Real-time Smart Health Monitor using Python, MQTT, and Node-RED dashboards with alerting system
- Host: GitHub
- URL: https://github.com/2002-shashank/smart_health_monitor
- Owner: 2002-shashank
- Created: 2025-06-20T12:17:07.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-20T16:32:22.000Z (about 1 year ago)
- Last Synced: 2026-04-29T06:37:22.019Z (2 months ago)
- Topics: dashboarding, healthcare, iot, mqtt, node-red, python3
- Language: Python
- Homepage:
- Size: 538 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Smart Health Monitor
This is a real-time Smart Health Monitoring System using **Python**, **MQTT (Mosquitto)**, and **Node-RED**. It simulates live patient vitals and displays them through dynamic dashboards with alert mechanisms.
---
## Tech Stack
- Python (with `paho-mqtt`)
- Mosquitto Broker (Local MQTT server)
- Node-RED (for dashboard, flow, and alerts)
---
## Features
Publishes random **Temperature, Heart Rate, Systolic, Diastolic** values
**Node-RED Dashboard** with:
- 4 live gauges for vitals
- Alert system for abnormal values
MQTT Pub/Sub model using Mosquitto broker
Real-time system flow and monitoring
---
## Dashboard Preview


---