How to Configure A Mosquitto MQTT Bridge

preview_player
Показать описание
In this video tutorial your will learn how to Configure A Bridged Connection on The Mosquitto Broker.

We take a detailed look at how it works and we look in detail at the configuration for bridging topics and topic remapping.

We also discuss some bridge cofiguration examples.

Tutorial on site

Related videos

How to Create a Secure Bridge Connection on Mosquitto
----------
How to install the Mosquitto Broker on Windows
--------------
Configuring Username and Password Authentication on Mosquitto MQTT Broker

Using the mosquitto_pub and mosquitto_sub client tools
-----------
Configuring SSL on the Mosquitto MQTT Broker
----------------
Using Websockets Over SSL with Mosquitto
Have a question Use the comments or if you want help then use
If you find these videos useful then you might want to consider buying me a coffee
Рекомендации по теме
Комментарии
Автор

Nice work. would be better if you could do a side by side practical tutorial using vms and kindly add the links in your description. Would like to see more videos from your side

ahmadpak
Автор

Great vid Steve. One question. I have the bridge setup in mosquitto (primary) bridging with my test EMQX broker with:

topic # out 0
topic # in 0

I can see all new messages being delivered from mosquitto to EMQX, however when I publish a test message to my EMQX broker it doesn't make it back to mosquitto. Looking at the EMQX UI I see that the mosquitto connection is not subscribed to anything on the EMQX broker. Any idea what could be wrong?

avsh
Автор

Yes and No. the bridge is implemented on the broker and if that broker fails then you have no access to the other broker.The bridge could bridge from your local network to two or more internet brokers which would be a backup if one of the Internet brokers failed.For local backup the client would need to be configured to connect to two brokers which is unusual.

stevecope
Автор

Can I use this methode as a Buck up, when one of the brokers is off ?

marouanesalhaoui
Автор

I am wondering if there's a possibility to do the connection of three brokers on the same host. I am referring to the back-end data sharing model? Is it possible

joenumbi
Автор

hi sir
i just want to understand something from you, now i need to use mqtt protocol to send and receive messages from hardware devices and use them in django framework
, so mosquitto is local broker means just use in development and not for production, or it's for both of them means i could install it with django when i deploy my app

mohammedbayomy
Автор

Beautiful videos, I have a question, I have installed a mosqquitto server on the cloud, how can I see the identification and number of users registered on the server?

francescodegaetano
Автор

have you ever work on android broker such as moquette or something like that ?

when we have one esp8266 and we want to connet to it with 20 mobile phone what happen?
each esp8266 or esp 12e can just have 8 TCP/ UDP connection

what's your idea if we have 20 mobile phones and simultaneous they want to connect to one esp publisher?

if we run an android broker on one of mobile phones and other connect to it we can connect to esp by one TCP/UDP from broker to esp, is it true?

have you ever work on android broker such as moquette or something like that ?
and we don't have any cloud on

msmadaram
Автор

Can any one help me by showing how to use a bridge to transfer data directly to a server/mySQL db
I'm trying o subscribe through javascript and php but no success so i decided to try a bridge to send all data on my required server.

xobijutt
Автор

Dear friend,
Thanks for your great sharing
Just have a question that:

Is there possible to make multiple MQTT connection bridge (as multiple client) to 1x broker end-point with different remote_cliendid parameter??

Example:

connection client-01
address end-point-01:8883
topic # both 0
remote_clientid client-id-01

connection client-02
address end-point-01:8883
topic # both 0
remote_clientid cliend-id-02

Is it possible with my target?

ichipbui
Автор

As I understand it the name of the topic cannot be remapped, only the prefix. Is that right?

jesuschal
Автор

What's going to happen in case of :

topic house/sensor1 out 0 b1/ b2/
topic house/sensor1 in 0 b3/ b4/

teetanrobotics
Автор

hi
i need a broker for android
have you ever work on android broker such as moquette for android or something like that with android manifest file?

msmadaram
visit shbcf.ru