aMQTT is an open source MQTT client and broker implementation in python
 
 
 
 
 
 
Go to file
Nico 7fb4fb92da Fix tests (was not using the same loop) 2015-09-22 22:44:29 +02:00
hbmqtt Add debug message 2015-09-22 22:44:06 +02:00
samples
tests Fix tests (was not using the same loop) 2015-09-22 22:44:29 +02:00
.gitignore
.travis.yml Add Python 3.5 to CI 2015-09-16 22:18:50 +02:00
license.txt
readme.md
requirements.txt
setup.cfg
setup.py
tox.ini Add Python 3.5 to CI 2015-09-16 22:18:50 +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 Coverage Status

Support

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