Current Features:
- CONNECT
with Username
with Password
- PUBLISH
- SUBSCRIBE
- PINGREQ
- QoS = 0
TODO:
----
- SSL
- QoS 1
- QoS 2
- Proper Docstring
If people have interest or find it useful, i will be very happy to
improve this library
[1]https://github.com/iwanbk/nyamuk
Best Regards,
Iwan Budi Kusnanto
Best Regards,
Iwan Budi Kusnanto
Hi Iwan,
> Why i developed nyamuk while python-mosquitto existed?
> Because python-mosquitto is only a python binding for libmosquitto.
> Pure python library will be helpfull for debugging purpose,
> at least for me.
This will certainly come in handy for people using monkey-patching
asynchronous servers like gevent, being written in Python it will be
able to offer a non-blocking interface to MQTT brokers.
cheers,
--
Dariusz Suchojad
--
To learn more about MQTT please visit http://mqtt.org
To post to this group, send email to mq...@googlegroups.com
To unsubscribe from this group, send email to
mqtt+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/mqtt
Actually i have developed very simple mqtt server for my hoby project
using nyamuk and gevent.
It is very simple that it doesn't support hierarchial topic, so you
can't subscribe using # and +. And of course it only suport QOS 0, like
nyamuk.
I have not published the server as it is still in early stage (developed
only in one week) and i don't think that someone will need my server.
But if someone have interest or want to make contribution, i will happy
to share it.
>
> cheers,
>
--
Iwan Budi Kusnanto
> I have not published the server as it is still in early stage (developed
> only in one week) and i don't think that someone will need my server.
> But if someone have interest or want to make contribution, i will happy
> to share it.
Such things are always useful. You did need it so there's a high chance
there are likewise-minded people scratching the same itch. You'll never
know if you don't release it :-)
cheers,
--
Dariusz Suchojad
> This library is heavily used in my hobby project, but not in production
> yet.
> The development of nyamuk is currently suspended because of
> the project that needed it is also suspended.
I started another more serious project that will use nyamuk as mqtt library.
So, this library is not suspended anymore.
Please expect some changes in the API of nyamuk v0.1
Warm Regards
--
Iwan Budi Kusnanto
Best Regards,
--
Iwan Budi Kusnanto
--To learn more about MQTT please visit http://mqtt.orgTo post to this group, send email to mq...@googlegroups.comTo unsubscribe from this group, send email to
Thanks for trying :)
>
> What level of completeness is this at - does it support more than QoS 0?
No feature addition since my first announcement in this mailing list.
Most of change is refactoring and some checking using pylint and pychecker.
>
> --
> Andy Piper
> Sent with Sparrow <http://www.sparrowmailapp.com/?sig>
>
> On Thursday, 19 April 2012 at 10:04, Iwan Budi Kusnanto wrote:
>
>> Some updates about this library.
>> I just released v0.1 of this library and upload it to pypi.
>> Now, you can install it with pip:
>> pip install nyamuk
>>
>> Best Regards,
>>
>> --
>> Iwan Budi Kusnanto
>>
>> --
>> To learn more about MQTT please visit http://mqtt.org
>>
>> To post to this group, send email to mq...@googlegroups.com
>> To unsubscribe from this group, send email to
>> mqtt+uns...@googlegroups.com
>>
>> For more options, visit this group at
>> http://groups.google.com/group/mqtt
>
> --
> To learn more about MQTT please visit http://mqtt.org
>
> To post to this group, send email to mq...@googlegroups.com
> To unsubscribe from this group, send email to
> mqtt+uns...@googlegroups.com
>
> For more options, visit this group at
> http://groups.google.com/group/mqtt
--
Iwan Budi Kusnanto