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 -- Mailing list: https://launchpad.net/~mosquitto-users Post to : mosquitto-users@lists.launchpad.net Unsubscribe : https://launchpad.net/~mosquitto-users More help : https://help.launchpad.net/ListHelp