Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Paho » paho mqtt raspberry and esp8266
paho mqtt raspberry and esp8266 [message #1779182] Wed, 03 January 2018 16:22 Go to next message
Hook BK is currently offline Hook BKFriend
Messages: 1
Registered: January 2018
Junior Member
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 10:06 Go to previous message
Ian Craggs is currently offline Ian CraggsFriend
Messages: 83
Registered: March 2013
Member
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: Fri May 03 14:18:25 GMT 2024

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

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

Back to the top