aMQTT is an open source MQTT client and broker implementation in python
 
 
 
 
 
 
Go to file
Nicolas Jouanin fb6c2784bb rename waiters 2015-09-01 22:53:17 +02:00
hbmqtt rename waiters 2015-09-01 22:53:17 +02:00
samples subscription refactoring 2015-09-01 22:42:23 +02:00
tests Add persistence plugin (WIP) 2015-08-31 22:37:01 +02:00
.gitignore
.travis.yml Add tox integration 2015-08-13 18:04:53 +02:00
license.txt
readme.md
requirements.txt Add passlib from password checking 2015-08-29 15:28:47 +02:00
setup.cfg Add tox integration 2015-08-13 18:04:53 +02:00
setup.py Implement anonymous and file auth plugin 2015-08-29 21:25:59 +02:00
tox.ini Add tox integration 2015-08-13 18:04:53 +02:00

readme.md

Homebrew MQTT

HBMQTT is an open source MQTT broker written with Python using asynchronous I/O.

Getting started

hbmqtt is deployed on Pypi and can installed simply using pip :

$ pip install hbmqtt

Client

MQTT client resides in the Client class. The examples scripts in samples/ sub-directory to know hos to use if for connecting, subscribing or publishing on a MQTT broker.

Build status

Build Status

Support

Support is available on the project forum. Issues can be reported directly on Beerfactory project Jira instance.