mirror of
https://github.com/1technophile/OpenMQTTGateway.git
synced 2026-03-03 05:54:23 +01:00
* [DOCS] Add recommendation for EMQX * [DOCS] Adjust the position and size of the sponsor logo
1.3 KiB
1.3 KiB
Broker
The broker will act as an intermediary between OpenMQTTGateway and your controller, it can be seen as a centralized hub at the heart of your automation system. It carry on messages following a publish / subscribe mechanism.
All the events or commands could pass by the broker.
There are many choices of brokers, here are some of the most popular:
- Mosquitto (Open source)
- Moquette (Open source)
- EMQX (Open Source)
- HiveMQ
- Embedded MQTT brokers (Home Assistant and OpenHAB)
This wikipedia list gives you more details about the different choices you have. This github list seems to be the most exhaustive ones. Here is also some ideas of criteria from HiveMQ.
Once your broker is installed it can be interesting to see the traffic passing to it and to publish data, so as to do that there are several tools available: