Edwin van den Oetelaar

Results 9 comments of Edwin van den Oetelaar

I am not sure how to contribute here even more than I already did. My code running a real project broke, I needed the SRV functions. I found the problem,...

https://github.com/eclipse/paho.mqtt.python/blob/9782ab81fe7ee3a05e74c7f3e1d03d5611ea4be4/src/paho/mqtt/client.py#L951 this looks still not fixed @icraggs : please fix what you broke

Also notice the other bug? c->ipstack->mqttwrite(c->ipstack, &c->buf[sent], **length**, TimerLeftMS(timer)); /* Wrong length, should be **(length-sent)** not length */ versus ipstack.write(&sendbuf[sent], **length - sent**, timer.left_ms());

I can fix this library for you, but I do have a family and will not continue to do it for free. If you want to hire me for a...

I will clean up my fixes so I can send you a pull request. I will inform you in a couple of days. Greetings, Edwin van den Oetelaar

Nobody has tried to contact me from Wiznet. I will keep my fixes private for now.

Check the data flowing to the server using WireShark. Use a debugger? Write log files? Use brain?

looking at line 92 of the example ; https://github.com/knolleary/pubsubclient/blob/master/examples/mqtt_esp8266/mqtt_esp8266.ino check the return value of the subscribe call client.subscribe("inTopic"); maybe it gives an error?? ( == false) for some reason. good...

You should check out : http://zguide.zeromq.org/page:all