aMQTT is an open source MQTT client and broker implementation in python
 
 
 
 
 
 
Go to file
Nicolas Jouanin fd6ed3c42c Fix error handling if broker can't be connected
HBMQTT-24
2015-08-12 18:46:56 +02:00
hbmqtt Fix error handling if broker can't be connected 2015-08-12 18:46:56 +02:00
samples Fix error handling if broker can't be connected 2015-08-12 18:46:56 +02:00
tests Fix testing 2015-08-02 16:05:24 +02:00
.gitignore
.travis.yml
license.txt
readme.md
requirements.txt Add websockets requirement 2015-07-29 23:36:54 +02:00
setup.py

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.