Page 1 of 1

mqtt library

Posted: Fri Mar 25, 2016 1:52 pm
by roncromberge
Hello all,

I wonder if the development of various libraries that I have read in
http://www.hackster.io/team-the-wipy/th ... vel-abbeab completed or started?

especially MQTT in following quote from the article
 
>>> HTTP, XMPP, MQTT, SMTP, FTP and so on
Out of the box the WiPy supports BSD sockets, and everything else can be easily built on top of That using Python. We are preparing a nice set of Python libraries customized for Micro Python to support HTTP, SMTP, XMPP, FTP and MQTT among other network protocols-which are essential for the Internet Of Things.
Is there any progress?

Hope to read some positive news. :-)

Re: mqtt library

Posted: Mon Mar 28, 2016 2:50 pm
by andrethemac
I've tried the paho mqtt library. ( https://pypi.python.org/pypi/paho-mqtt )
just download the lib, expand an an put everything in the paho folder in your wipy (in the library folder)
use the library as you would on any other os.

Re: mqtt library

Posted: Sun Apr 03, 2016 7:58 pm
by roncromberge
andrethemac wrote:I've tried the paho mqtt library. ( https://pypi.python.org/pypi/paho-mqtt )
just download the lib, expand an an put everything in the paho folder in your wipy (in the library folder)
use the library as you would on any other os.
Thanks for your reply. Had no time to check the forum earlier.

Re: mqtt library

Posted: Fri Apr 08, 2016 6:33 pm
by Timon87
[quote="andrethemac"]I've tried the paho mqtt library. ( https://pypi.python.org/pypi/paho-mqtt )
just download the lib, expand an an put everything in the paho folder in your wipy (in the library folder)
use the library as you would on any other os.[/quote]
I have tried the paho-mqtt library but i ran into the problem that the mqtt library uses decimals in its code which are not supported.
Have you seen it actually run?