Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 402 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 402 Bytes

Python, flask, socketio, MQTT. Display telemetry

Written in Python using the flask web framework this example subscribes to a MQTT topic to which telemetry are posted from broker mosquitto and pushes messages up to the browser using socket.io. The results are displayed in a html box.

Install

sudo pip install Flask
sudo pip install Flask-SocketIO
sudo pip install paho-mqtt

I