flâneur — a map of the web's best reading

Mosquitto MQTT Bridge-Usage and Configuration

steves-internet-guide.com · 1,996 words · saved by 1 readers

How to configure the Mosquitto broker as a bridge. Basic configuration and topic remapping

A MQTT bridge lets you connect two MQTT brokers together. They are generally used for sharing messages between systems. A common usage is connect edge MQTT brokers to a central or remote MQTT network. The Mosquitto broker (server) can be configured to work as an MQTT bridge . Generally the local edge bridge will only bridge a subset of the local MQTT traffic. In addition you only need to configure 1 of the brokers to act as the bridge, the other will act as a normal broker. How an MQTT Bridge Works When you configure the mosquitto broker to act as a bridge it becomes an MQTT client to the remo

Explore this link on the map →

related reading