kopia lustrzana https://github.com/Yakifo/amqtt
25 wiersze
585 B
ReStructuredText
25 wiersze
585 B
ReStructuredText
![]() |
HBMQTT
|
||
|
======
|
||
|
|
||
|
``HBMQTT`` is an open source `MQTT`_ client and broker implementation. It implements `MQTT 3.1.1`_ protocol specifications
|
||
|
|
||
|
Built on top of :mod:`asyncio`, Python's standard asynchronous I/O framework, ``HBMQTT`` provides a straightforward API based on coroutines, making it easy to write
|
||
|
highly concurrent applications.
|
||
|
|
||
|
Contents:
|
||
|
|
||
|
.. toctree::
|
||
|
:maxdepth: 2
|
||
|
|
||
|
|
||
|
|
||
|
Indices and tables
|
||
|
==================
|
||
|
|
||
|
* :ref:`genindex`
|
||
|
* :ref:`modindex`
|
||
|
* :ref:`search`
|
||
|
|
||
|
|
||
|
.. _MQTT: http://www.mqtt.org
|
||
|
.. _MQTT 3.1.1: http://docs.oasis-open.org/mqtt/mqtt/v3.1.1/os/mqtt-v3.1.1-os.html
|