aMQTT is an open source MQTT client and broker implementation in python
 
 
 
 
 
 
Go to file
Nico 503fd6e5f2 Revert 2015-11-01 22:35:47 +01:00
docs Use default theme 2015-11-01 14:59:09 +01:00
hbmqtt Add additional test before reporting error 2015-11-01 22:33:12 +01:00
samples Revert to 3.4 coroutine syntax 2015-11-01 15:58:20 +01:00
scripts Revert to 3.4 coroutine syntax 2015-11-01 15:58:20 +01:00
tests Randomize packet ID 2015-11-01 21:55:24 +01:00
.gitignore Add gitignore 2015-08-12 18:55:33 +02:00
.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 initial commit 2015-05-26 22:06:59 +02:00
readme.md Add doc status 2015-11-01 14:44:48 +01:00
requirements.txt Add console script for broker 2015-10-30 21:29:13 +01:00
setup.cfg Add tox integration 2015-08-13 18:04:53 +02:00
setup.py Rename script + complete hbmqtt_pub 2015-10-31 14:28:30 +01:00
tox.ini Revert 2015-11-01 22:35:47 +01: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 Documentation Status

Support

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