Subscribe Topics and Publish Messages to MQTT Server using Python

preview_player
Показать описание
Post Link(Download Code from the following link):

Books:

Blog Link:
YouTube Channel:
Facebook Page:
Email Id:
Skype ID:
Рекомендации по теме
Комментарии
Автор

thanks a lot i try the code using pycharm and works perfect.

edgaromarreynatorres
Автор

Thank you very much, that was exactly what i was searching for.
Very good indeed

MrDodoFonseca
Автор

Can a client and MQTT broker run on the same computer (using the same IP address)?
Currently, I'm trying to collect the data from the sensors and save it on my computer using MQTT and Mosquitto broker so I wonder if it's possible to run the client and broker using the same IP address.
Thank you so much!

thunth
Автор

Is there some video where you are showing the client server mqtt protocol?(I got laptop and Raspberry) and want to make connection thought the mqtt... tnx!

pavlestepanic
Автор

Thank you so much for your tutorial! It helps me a lot :))

thunth
Автор

Hey, what's the use of the third argument of client.connect() Why have you passed 60 there? I'm curious to know because a) I didn't see that mentioned anywhere and b) the code works even without it.

ankitrai
Автор

So first we need to install some thing for python? Cant follow on why we are using to install Paho and do we need to have any installable on our desktop for commands work?

nitinsikka
Автор

Thank you, Sir, for providing this Information

ajaysinghchouhan
Автор

Is it work on Thonny (micropython), also?

TheJavaSync
Автор

Here, we are sending to and receiving messages from MQTTCloud. How can I get communication between two python scripts?

raghavgupta
Автор

how can i send message from 10 different location to mqtt server

yatharththakur
Автор

Why did you use 60 in the connect function

ashwinpraveen
Автор

It's working, but the message dont stop anymore

alcaedabeats