MQTT-For-Twisted-Python
MQTT-For-Twisted-Python copied to clipboard
An MQTT library written in Twisted Python
Hi, First of all, congratulations for the excellent work. I'm trying to use your library to delivery qos 2 messages however I'm receiving pubrec message from my broker and the...
`Unhandled Error Traceback (most recent call last): File "/usr/local/lib/python3.6/site-packages/twisted/python/log.py", line 103, in callWithLogger return callWithContext({"system": lp}, func, *args, **kw) File "/usr/local/lib/python3.6/site-packages/twisted/python/log.py", line 86, in callWithContext return context.call({ILogContext: newCtx}, func, *args,...
Hi Nice work, its hard for us to follow, any good example would be nice. I found one http://metaclaws.com/2013/04/29/publication_of_australian_weather_observations_using_mqtt/ I want to know that which MQTT protocol version u implemented,...
Fix messageId variable name when sending unsubscribe requests. Allow sending multiple topics in a single request. This does change the API, but is pretty much in line with subscriptionReceived() and...
This patch allows subscribing to multiple topics using a single request. This was tested against Mosquitto implementations. The API changes, but is consistent with subscribeReceived().
hi dude, I have been added a feature for username/password support
Is there any application using this module? Needs some example. Thanks!