Telemetry & Persistence
MQTT publishers stream glucose readings; subscriber writes to InfluxDB for near-real-time analytics.
As part of the IoT and Cloud for Sustainable Communities course, I deepened expertise in OOP with Python and core machine-to-machine patterns—request–response via CherryPy and publish–subscribe with paho-mqtt—through labs and applied exercises.
For the final project we built an Insulin Monitoring and Actuation System: glucose readings stream to InfluxDB over MQTT, and users retrieve trends or trigger insulin actions through a Telegram bot for remote monitoring and control.


MQTT publishers stream glucose readings; subscriber writes to InfluxDB for near-real-time analytics.
Actuator service exposes POST endpoints to trigger insulin actions, secured and orchestrated via the catalogue.
Telegram bot retrieves historical stats and issues commands, giving caregivers remote visibility and control.
Source code and links for deeper exploration.