index
This commit is contained in:
parent
e368afea36
commit
d8f176943a
|
@ -1,9 +1,9 @@
|
||||||
|
|
||||||
.. _bridge::
|
.. _bridge::
|
||||||
|
|
||||||
============
|
======
|
||||||
Bridge Guide
|
Bridge
|
||||||
============
|
======
|
||||||
|
|
||||||
-------------
|
-------------
|
||||||
emqttd Bridge
|
emqttd Bridge
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
|
|
||||||
.. _cluster:
|
.. _cluster:
|
||||||
|
|
||||||
=============
|
==========
|
||||||
Cluster Guide
|
Clustering
|
||||||
=============
|
==========
|
||||||
|
|
||||||
----------------------
|
----------------------
|
||||||
Distributed Erlang/OPT
|
Distributed Erlang/OPT
|
||||||
|
|
|
@ -3,8 +3,23 @@
|
||||||
You can adapt this file completely to your liking, but it should at least
|
You can adapt this file completely to your liking, but it should at least
|
||||||
contain the root `toctree` directive.
|
contain the root `toctree` directive.
|
||||||
|
|
||||||
Welcome to Erlang MQTT Broker's documentation!
|
===========================
|
||||||
==============================================
|
emqttd - Erlang MQTT Broker
|
||||||
|
===========================
|
||||||
|
|
||||||
|
emqttd(Erlang MQTT Broker) is a massively scalable, clusterable MQTT V3.1/V3.1.1 broker written in Erlang/OTP.
|
||||||
|
|
||||||
|
emqttd is fully open source and licensed under the Apache Version 2.0. emqttd implements both MQTT V3.1 and V3.1.1 protocol specifications, and supports WebSocket, STOMP, SockJS, CoAP and MQTT-SN in the same time.
|
||||||
|
|
||||||
|
Latest release of the emqttd broker is scaling to 1.3 million MQTT connections on a 12 Core, 32G CentOS server.
|
||||||
|
|
||||||
|
.. image:: ./_static/images/emqtt.png
|
||||||
|
|
||||||
|
emqttd provides a scalable, enterprise grade, extensible open-source MQTT broker for IoT, M2M, Smart Hardware, Mobile Messaging and HTML5 Web Messaging Applications.
|
||||||
|
|
||||||
|
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:
|
Contents:
|
||||||
|
|
||||||
|
@ -20,7 +35,6 @@ Contents:
|
||||||
commands
|
commands
|
||||||
plugins
|
plugins
|
||||||
|
|
||||||
|
|
||||||
---------------------
|
---------------------
|
||||||
Supports and Contacts
|
Supports and Contacts
|
||||||
---------------------
|
---------------------
|
||||||
|
|
Loading…
Reference in New Issue