This commit is contained in:
Feng 2016-02-26 21:54:22 +08:00
parent 09ab8bc446
commit f7d6ba5c78
2 changed files with 27 additions and 9 deletions

View File

@ -81,9 +81,9 @@ Installing from Source
cd emqttd && make && make dist cd emqttd && make && make dist
-------------------- -------------
Web Dashboard Web Dashboard
-------------------- -------------
.. image:: ./_static/images/dashboard.png .. image:: ./_static/images/dashboard.png
@ -240,9 +240,9 @@ Test Client
sysctl -w net.ipv4.ip_local_port_range="500 65535" sysctl -w net.ipv4.ip_local_port_range="500 65535"
echo 1000000 > /proc/sys/fs/nr_open echo 1000000 > /proc/sys/fs/nr_open
---------------------- ---------------------
emqtt Client Libraries MQTT Client Libraries
---------------------- ---------------------
GitHub: https://github.com/emqtt GitHub: https://github.com/emqtt

View File

@ -5,14 +5,32 @@
User Guide User Guide
========== ==========
------------------------
Pluggable Authentication
------------------------
---------- ----------
MQTT Basic MQTT Basic
---------- ----------
Publish/Subscribe
-----------------
Understanding QoS Understanding QoS
------------------ -----------------
Retained Message
----------------
Will Message
------------
----------------
HTTP Publish API
----------------
-------------------
MQTT Over WebSocket
-------------------
--------
HTTP API
--------