Meadow Module ============= Meadow module is the central communication point for all other modules. You most likely want to include it in every application. Psst, wanna know a secret? It is nothing else than just a MQTT broker (mosquitto), as Meadow is protocol built on top of MQTT. application.yaml ---------------- .. code-block:: yaml meadow: Yes, it is that simple. No configuration required nor possible. Just include it in your `modules` section.