Skip to content

Commit

Permalink
README.
Browse files Browse the repository at this point in the history
  • Loading branch information
eerimoq committed May 8, 2019
1 parent 57a6bb5 commit e9ae0ac
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,23 @@
MQTT Tools
==========

MQTT tools in Python 3.7 and later.

Features:

- ``asyncio`` MQTT 5.0 client. Only QoS 0 (fire and forget) is
supported.
- MQTT 5.0 client using ``asyncio``.

- Subscribe and publish QoS 0 messages.

- Broker session resume (or clean start support) for less initial
communication.

- Topic aliases for smaller publish packets.

- Monitor, subscribe and publish command line commands.

Requires Python 3.7 or later!
QoS 1 and QoS 2 are not yet implemented. A client side session storage
is required to do so.

MQTT 5.0 specification:
https://docs.oasis-open.org/mqtt/mqtt/v5.0/os/mqtt-v5.0-os.html
Expand Down

0 comments on commit e9ae0ac

Please sign in to comment.