Skip to main content



      Home
Home » Eclipse Projects » Paho » paho mqtt raspberry and esp8266
paho mqtt raspberry and esp8266 [message #1779182] Wed, 03 January 2018 11:22 Go to next message
Eclipse UserFriend
hi. I install mosquitto is server for pi3
install paho mqtt python for pi 3
my problem :
I publish data from esp8266 to pi3,when pi3 receive data then pi 3 publish " OK " for esp8266
program for esp8266:
------connect_mqtt_pi3
------publish_data
------receive_feedback
------exit
I see pi3 receive data receive and publish "OK" but esp8266 not receive "OK"
when I write:
------connect_mqtt_pi3
------publish_data
------receive_feedback
------publish_data
------receive_feedback
------exit
then esp8266 receive "OK" 1 times
Why do I have to send 2 times to get feedback?
Re: paho mqtt raspberry and esp8266 [message #1780164 is a reply to message #1779182] Thu, 18 January 2018 05:06 Go to previous message
Eclipse UserFriend
Turning on debug on the broker to show the packets sent and received might help you understand what is going on.
Previous Topic:MQTT using SSL
Next Topic:Useful client tool presentation
Goto Forum:
  


Current Time: Tue Jun 24 19:20:47 EDT 2025

Powered by FUDForum. Page generated in 0.06363 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top