Hi Stefano, > Trying to use the Python wrapper that comes with Mosquitto 0.15 on a ARM > platform for an important demo...
I'm not sure about your problem, but the Python wrapper will be going away in 0.16. It will be replaced by a pure Python implementation. You can give it a try by grabbing it from this link: https://bitbucket.org/oojah/mosquitto/src/c22d79a842d3/lib/python It's slightly different to the 0.15 wrapper to match the API changes in the C library in 0.16. It's not completely finished, but the bits missing are mostly documentation. It passes my client tests and runs on both Python 2.7 and Python 3. Cheers, Roger _______________________________________________ Mailing list: https://launchpad.net/~mqtt-users Post to : [email protected] Unsubscribe : https://launchpad.net/~mqtt-users More help : https://help.launchpad.net/ListHelp

