deseram07 / nyamuk

Python MQTT Client Library Based on libmosquitto

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

=======================================
Nyamuk
=======================================
Python Mqtt client library based on libmosquitto


FEATURES:
--------
- CONNECT
	with Username
	with Password
- PUBLISH
- SUBSCRIBE
- PINGREQ
- QoS = 0


TODO:
----
- SSL
- QoS 1
- QoS 2
- Proper Docstring


INSTALL
-------
python setup.py install

or

pip install nyamuk


Test client:
-------------
* test/subnya.py
subscriber

* test/pubnya.py
publisher


LICENSE
-------
BSD License

About

Python MQTT Client Library Based on libmosquitto