aMQTT is an open source MQTT client and broker implementation in python
 
 
 
 
 
 
Go to file
Nicolas Jouanin 77a96faeeb Correct class name 2015-08-01 21:50:52 +02:00
hbmqtt Correct class name 2015-08-01 21:50:52 +02:00
samples Refactor incoming / outgoing message management 2015-07-26 21:21:35 +02:00
tests Refactor mutt classes for using adapters 2015-07-31 23:01:32 +02:00
.gitignore Work in progress (tons of errors remaining) 2015-06-11 23:12:29 +02:00
.travis.yml Travis config 2015-06-27 17:57:18 +02:00
license.txt
readme.md HBMQTT-7 2015-07-06 22:37:33 +02:00
requirements.txt Add websockets requirement 2015-07-29 23:36:54 +02:00
setup.py Add versioning + setuptools 2015-06-30 13:21:58 +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.