mosquitto-users team mailing list archive
-
mosquitto-users team
-
Mailing list archive
-
Message #00447
Re: Connection resilient client
Jon,
> Is there documentation that will help me with this, or do I
> just need to go read through the paho client code?
Your best bet (I find) is to look the the client code [1] or, of course,
from within Python:
>> import paho.mqtt.client as paho
>> help(paho)
(as well as all those fancy doc tools I always forget.)
Regards,
-JP
[1] http://git.eclipse.org/c/paho/org.eclipse.paho.mqtt.python.git/tree/src/paho/mqtt/client.py
References