mqtt library

Questions and discussion about The WiPy 1.0 board and CC3200 boards.
Target audience: Users with a WiPy 1.0 or CC3200 board.
Post Reply
User avatar
roncromberge
Posts: 8
Joined: Tue Jan 12, 2016 8:04 pm

mqtt library

Post by roncromberge » Fri Mar 25, 2016 1:52 pm

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. :-)
I'm a novice u-Python/Controller user. So don't shoot me when i talk nonsense.
All text is translated from NL2EN via google. So excuse me for some strange English translations.

andrethemac
Posts: 4
Joined: Sat Mar 12, 2016 10:25 pm

Re: mqtt library

Post by andrethemac » Mon Mar 28, 2016 2:50 pm

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.

User avatar
roncromberge
Posts: 8
Joined: Tue Jan 12, 2016 8:04 pm

Re: mqtt library

Post by roncromberge » Sun Apr 03, 2016 7:58 pm

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.
I'm a novice u-Python/Controller user. So don't shoot me when i talk nonsense.
All text is translated from NL2EN via google. So excuse me for some strange English translations.

Timon87
Posts: 2
Joined: Fri Jul 24, 2015 9:28 am

Re: mqtt library

Post by Timon87 » Fri Apr 08, 2016 6:33 pm

[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?

Post Reply