What is MQTT?
- - MQTT is a lightweight messaging protocol used by connected devices to publish small updates quickly.
- - In plain terms: sensors send updates to a broker, and dashboards subscribe to those updates.
- - It is commonly used for monitoring; control commands are possible too, but require stricter guardrails.