index
This commit is contained in:
parent
f91fc9787e
commit
dcd738dcb9
|
@ -18,10 +18,17 @@ emqttd is aimed to provide a solid, enterprise grade, extensible open-source MQT
|
|||
* Easy to extend
|
||||
* Solid stable
|
||||
|
||||
--------
|
||||
Features
|
||||
--------
|
||||
|
||||
-----------
|
||||
Quick Start
|
||||
-----------
|
||||
|
||||
Download and Install
|
||||
--------------------
|
||||
|
||||
Download binary packeges for Linux, Mac, FreeBSD and Windows from http://emqtt.io/downloads.
|
||||
|
||||
.. code:: console
|
||||
|
@ -37,7 +44,6 @@ Download binary packeges for Linux, Mac, FreeBSD and Windows from http://emqtt.i
|
|||
# Stop emqttd
|
||||
./bin/emqttd stop
|
||||
|
||||
-----------------
|
||||
Build from Source
|
||||
-----------------
|
||||
|
||||
|
|
|
@ -19,26 +19,6 @@ The emqttd project provides a scalable, enterprise grade, extensible open-source
|
|||
|
||||
Sensors, Mobiles, Web Browsers and Application Servers could be connected by emqttd brokers with asynchronous PUB/SUB MQTT messages.
|
||||
|
||||
.. NOTE:: MQTT-SN,CoAP Protocols are planned to 1.x release.
|
||||
|
||||
Contents:
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
getstarted
|
||||
install
|
||||
config
|
||||
cluster
|
||||
bridge
|
||||
guide
|
||||
commands
|
||||
plugins
|
||||
|
||||
---------------------
|
||||
Supports and Contacts
|
||||
---------------------
|
||||
|
||||
+---------------+-----------------------------------------+
|
||||
| Homepage: | http://emqtt.io |
|
||||
+---------------+-----------------------------------------+
|
||||
|
@ -55,6 +35,22 @@ Supports and Contacts
|
|||
| Author: | Feng Lee <feng@emqtt.io> |
|
||||
+---------------+-----------------------------------------+
|
||||
|
||||
.. NOTE:: MQTT-SN,CoAP Protocols are planned to 1.x release.
|
||||
|
||||
Contents:
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
getstarted
|
||||
install
|
||||
config
|
||||
cluster
|
||||
bridge
|
||||
guide
|
||||
commands
|
||||
plugins
|
||||
|
||||
-------
|
||||
License
|
||||
-------
|
||||
|
|
Loading…
Reference in New Issue