-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Salih Tuncer, B.Sc edited this page Nov 15, 2021
·
1 revision
Web-App with Node.js which shows the statistics of your device via MQTT and python.
- Clone the repo
git clone https://github.com/SalihTuncer/Edge2Cloud.git
- Run the application
docker-compose up -d
.
├── Architecture.drawio
├── Architecture.pdf
├── Dockerfile
├── LICENSE
├── README.md
├── docker-compose.yml
├── mosquitto
│ └── mosquitto.conf
├── node
│ ├── Dockerfile
│ ├── app.js
│ ├── js
│ │ └── health_monitoring.js
│ ├── monitoring.html
│ ├── package-lock.json
│ └── package.json
├── python
│ ├── client
│ │ ├── __pycache__
│ │ │ └── mqtt_client.cpython-39.pyc
│ │ └── mqtt_client.py
│ └── health_monitoring.py
└── requirements.txt
6 directories, 17 files
22 ./node/monitoring.html
208 ./node/js/health_monitoring.js
21 ./node/app.js
118 ./python/health_monitoring.py
55 ./python/client/mqtt_client.py
424 total
state: 11/15/2021