====== 01 Overview ====== The HSE MQTT module implements basic MQTT functions. The module communicates with a MQTT broker in both directions: * publish (send data) to a topic * subscribe (receive data from) a topic ===== Resources ===== * [[https://www.hivemq.com/tags/mqtt-essentials/|MQTT essentials]] * [[https://mosquitto.org/|Eclipse Mosquitto]] * [[http://mqtt-explorer.com/|MQTT Explorer]] * [[https://softblade.de/en/mqtt-fx/|MQTT FX]]