azure iot hub with mqtt_bridge
I was looking at mqtt_bridge. As i found that it is using paho-mqtt to do its operations. I had used the eclipse mosquitto to connect with the azure iot hub, but i'm little problem in using paho-mqtt based mqtt_bridge ros package. If anyone can provide guide, it would be faster for me.
I am using ros noetic, ubuntu server 20.04. Thank you
Asked by dinesh on 2022-03-08 05:30:30 UTC
Answers
You can put your MQTT client inside your node class and use it normally. I have found this site:
http://www.steves-internet-guide.com/mqtt-python-beginners-course/
has nearly everything for a basic use of Paho MQTT in the project.
If you need help debugging your mqtt_bridge
problems, you should edit them in your question.
Asked by ljaniec on 2022-03-09 06:14:56 UTC
Comments