-->
Page 3 of 3

Re: MQTT

PostPosted: Tue Jul 25, 2017 6:37 pm
by hubert
Thank you, i have tested it with my internal mosquitto on a RaspberryPi.
scratchrobot wrote
mqtt.setup("192.168.1.240") it doesn't work?

you should use mqtt.setup("broker.192.168.1.240")
I have done a short test only.
Now i will do more and longer tests and report the results.

Re: MQTT

PostPosted: Wed Jul 26, 2017 3:11 pm
by hubert
Sorry my last post was wrong.
It worked only once, with my internal Mosquitto server and then never again, I donot know why-
So now i will try towrite my own proceduresin Basic to make MQTT work.
Here is the official protocol specification i will work with.
http://public.dhe.ibm.com/software/dw/webservices/ws-mqtt/mqtt-v3r1.html

Re: MQTT

PostPosted: Tue Jan 09, 2018 3:23 pm
by AndreT
+1
I just discovered Espbasic and find it amazing! Congratulations, fantastic work!
But mqtt is indeed missing.