← Back to team overview

mosquitto-users team mailing list archive

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