python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to connect to multiple instances of MQTT broker with Paho Python client?
I want to use MQTT protocol, and I have 2 instances of my broker (i.e. ActiveMQ) running on ip1 and ip2. At a particular time only 1 instance will be up and the other instance will be offline. Is ther...
Biswas
Votes: 0
Answers: 1
MQTT client waits indefinitely during publish of message
I try to implement an asynchronous MQTT client with the paho library, that receives messages on topic "request", formulates a string and puts the response out on topic "response". ...
DocDriven
Votes: 0
Answers: 2