kopia lustrzana https://github.com/Yakifo/amqtt
updating docs for release 0.11.3
rodzic
73676e981c
commit
841e4092fc
15
README.md
15
README.md
|
@ -14,10 +14,21 @@
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
- Full set of [MQTT 3.1.1](http://docs.oasis-open.org/mqtt/mqtt/v3.1.1/os/mqtt-v3.1.1-os.html) protocol specifications
|
- Full set of [MQTT 3.1.1](http://docs.oasis-open.org/mqtt/mqtt/v3.1.1/os/mqtt-v3.1.1-os.html) protocol specifications
|
||||||
- Communication over TCP and/or websocket, including support for SSL/TLS
|
- Communication over multiple TCP and/or websocket ports, including support for SSL/TLS
|
||||||
- Support QoS 0, QoS 1 and QoS 2 messages flow
|
- Support QoS 0, QoS 1 and QoS 2 messages flow
|
||||||
- Client auto-reconnection on network lost
|
- Client auto-reconnection on network lost
|
||||||
- Functionality expansion; plugins included: authentication and `$SYS` topic publishing
|
- Functionality expansion; optional plugins included:
|
||||||
|
- `$SYS` topic publishing
|
||||||
|
- AWS IOT-style shadow states
|
||||||
|
- x509 certificate authentication (including cli cert creation)
|
||||||
|
- Secure file-based password authentication
|
||||||
|
- Configuration-based topic authorization
|
||||||
|
- MySQL, Postgres & SQLite user and/or topic auth (including cli manager)
|
||||||
|
- External server (HTTP) user and/or topic auth
|
||||||
|
- LDAP user and/or topic auth
|
||||||
|
- JWT user and/or topic auth
|
||||||
|
- Fail over session persistence
|
||||||
|
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
|
|
@ -7,10 +7,20 @@
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
- Full set of [MQTT 3.1.1](http://docs.oasis-open.org/mqtt/mqtt/v3.1.1/os/mqtt-v3.1.1-os.html) protocol specifications
|
- Full set of [MQTT 3.1.1](http://docs.oasis-open.org/mqtt/mqtt/v3.1.1/os/mqtt-v3.1.1-os.html) protocol specifications
|
||||||
- Communication over TCP and/or websocket, including support for SSL/TLS
|
- Communication over multiple TCP and/or websocket ports, including support for SSL/TLS
|
||||||
- Support QoS 0, QoS 1 and QoS 2 messages flow
|
- Support QoS 0, QoS 1 and QoS 2 messages flow
|
||||||
- Client auto-reconnection on network lost
|
- Client auto-reconnection on network lost
|
||||||
- Functionality expansion; plugins included: authentication and `$SYS` topic publishing
|
- Functionality expansion; optional plugins included:
|
||||||
|
- `$SYS` topic publishing
|
||||||
|
- AWS IOT-style shadow states
|
||||||
|
- x509 certificate authentication (including cli cert creation)
|
||||||
|
- Secure file-based password authentication
|
||||||
|
- Configuration-based topic authorization
|
||||||
|
- MySQL, Postgres & SQLite user and/or topic auth (including cli manager)
|
||||||
|
- External server (HTTP) user and/or topic auth
|
||||||
|
- LDAP user and/or topic auth
|
||||||
|
- JWT user and/or topic auth
|
||||||
|
- Fail over session persistence
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue