chapter order
This commit is contained in:
parent
c57396a992
commit
e0a6fb2ac1
14
README.md
14
README.md
|
@ -9,11 +9,7 @@ emqttd requires Erlang R17+ to build.
|
||||||
|
|
||||||
emqttd is aimed to provide a solid, enterprise grade, extensible open-source MQTT broker for IoT(M2M) applications that need to support ten millions of concurrent MQTT clients.
|
emqttd is aimed to provide a solid, enterprise grade, extensible open-source MQTT broker for IoT(M2M) applications that need to support ten millions of concurrent MQTT clients.
|
||||||
|
|
||||||
## Design
|
## Features
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
## Featues
|
|
||||||
|
|
||||||
* Full MQTT V3.1/V3.1.1 protocol specification support
|
* Full MQTT V3.1/V3.1.1 protocol specification support
|
||||||
* QoS0, QoS1, QoS2 Publish and Subscribe
|
* QoS0, QoS1, QoS2 Publish and Subscribe
|
||||||
|
@ -33,11 +29,17 @@ emqttd is aimed to provide a solid, enterprise grade, extensible open-source MQT
|
||||||
* Extensible architecture with plugin support
|
* Extensible architecture with plugin support
|
||||||
* Passed eclipse paho interoperability tests
|
* Passed eclipse paho interoperability tests
|
||||||
|
|
||||||
|
## Design
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
## QuickStart
|
## QuickStart
|
||||||
|
|
||||||
Download binary packeges for linux, mac and freebsd from [http://emqtt.io/downloads](http://emqtt.io/downloads).
|
Download binary packeges for linux, mac and freebsd from [http://emqtt.io/downloads](http://emqtt.io/downloads).
|
||||||
|
|
||||||
```
|
For example:
|
||||||
|
|
||||||
|
```sh
|
||||||
tar xvf emqttd-ubuntu64-0.7.0-alpha.tgz && cd emqttd
|
tar xvf emqttd-ubuntu64-0.7.0-alpha.tgz && cd emqttd
|
||||||
|
|
||||||
# start console
|
# start console
|
||||||
|
|
Loading…
Reference in New Issue