index
This commit is contained in:
parent
f91fc9787e
commit
dcd738dcb9
|
@ -6,3 +6,5 @@
|
||||||
3. Plugins
|
3. Plugins
|
||||||
|
|
||||||
4. User Guide
|
4. User Guide
|
||||||
|
|
||||||
|
5. Tuning Guide
|
||||||
|
|
|
@ -18,10 +18,17 @@ emqttd is aimed to provide a solid, enterprise grade, extensible open-source MQT
|
||||||
* Easy to extend
|
* Easy to extend
|
||||||
* Solid stable
|
* Solid stable
|
||||||
|
|
||||||
|
--------
|
||||||
|
Features
|
||||||
|
--------
|
||||||
|
|
||||||
-----------
|
-----------
|
||||||
Quick Start
|
Quick Start
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
|
Download and Install
|
||||||
|
--------------------
|
||||||
|
|
||||||
Download binary packeges for Linux, Mac, FreeBSD and Windows from http://emqtt.io/downloads.
|
Download binary packeges for Linux, Mac, FreeBSD and Windows from http://emqtt.io/downloads.
|
||||||
|
|
||||||
.. code:: console
|
.. code:: console
|
||||||
|
@ -37,7 +44,6 @@ Download binary packeges for Linux, Mac, FreeBSD and Windows from http://emqtt.i
|
||||||
# Stop emqttd
|
# Stop emqttd
|
||||||
./bin/emqttd stop
|
./bin/emqttd stop
|
||||||
|
|
||||||
-----------------
|
|
||||||
Build from Source
|
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.
|
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 |
|
| Homepage: | http://emqtt.io |
|
||||||
+---------------+-----------------------------------------+
|
+---------------+-----------------------------------------+
|
||||||
|
@ -55,6 +35,22 @@ Supports and Contacts
|
||||||
| Author: | Feng Lee <feng@emqtt.io> |
|
| 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
|
License
|
||||||
-------
|
-------
|
||||||
|
|
Loading…
Reference in New Issue