kopia lustrzana https://github.com/Yakifo/amqtt
20 wiersze
805 B
Markdown
20 wiersze
805 B
Markdown
# Homebrew MQTT
|
|
|
|
HBMQTT is an open source [MQTT](http://www.mqtt.org) broker written with Python using asynchronous I/O.
|
|
|
|
## Getting started
|
|
|
|
hbmqtt is deployed on [Pypi](https://pypi.python.org/pypi/hbmqtt) 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
|
|
[](https://travis-ci.org/beerfactory/hbmqtt)
|
|
|
|
## Support
|
|
|
|
Support is available on the [project forum](http://forum.beerfactory.org/c/hbmqtt). Issues can be reported directly on Beerfactory project [Jira instance](http://community.beerfactory.org/jira/). |