Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 382 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 382 Bytes

MyIOTMap

Map and Analyse information from edge devices in real-time.

About

The aim is to build a real time map of distributed IoT devices communicating with a central server relaying data in real time. Analyse historical data logs and make pretty graphs with trends.

Tech

  • Django to serve a REST API.
  • Mosquitto as the MQTT Broker
  • paho-mqtt for handling messages.