aMQTT is an open source MQTT client and broker implementation in python
 
 
 
 
 
 
Go to file
Nicolas Jouanin d70e6437cf Fix coro call by name
Secure map calls if plugin method is not a coro
2015-08-21 22:42:59 +02:00
hbmqtt Fix coro call by name 2015-08-21 22:42:59 +02:00
samples Reformat logging to show logger name 2015-08-20 21:42:56 +02:00
tests map() accepts a filter_plugin argument which can be used to filter effective plugin called 2015-08-21 13:37:57 +02:00
.gitignore Add gitignore 2015-08-12 18:55:33 +02:00
.travis.yml Add tox integration 2015-08-13 18:04:53 +02:00
license.txt
readme.md
requirements.txt
setup.cfg Add tox integration 2015-08-13 18:04:53 +02:00
setup.py Join logging plugins modules 2015-08-21 20:44:20 +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.