aMQTT is an open source MQTT client and broker implementation in python
 
 
 
 
 
 
Go to file
Nico b983de1c01 HBMQTT-42
Make broadcasting asynchronous
2015-10-12 22:42:22 +02:00
hbmqtt HBMQTT-42 2015-10-12 22:42:22 +02:00
samples Add broker test class + fixes in both client and broker connection management 2015-10-07 22:42:04 +02:00
tests All tests passing 2015-10-12 21:33:14 +02:00
.gitignore
.travis.yml Disable python 3.4 environment (until 3.4.4 release which should fix the problem with Queue) 2015-09-22 23:06:36 +02:00
license.txt
readme.md Fix typo 2015-09-22 23:10:45 +02:00
requirements.txt
setup.cfg
setup.py
tox.ini Disable python 3.4 environment (until 3.4.4 release which should fix the problem with Queue) 2015-09-22 23:06:36 +02:00

readme.md

Homebrew MQTT

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

Getting started

hbmqtt is available 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 how 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.