index.rst 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. .. Erlang MQTT Broker documentation master file, created by
  2. sphinx-quickstart on Mon Feb 22 00:46:47 2016.
  3. You can adapt this file completely to your liking, but it should at least
  4. contain the root `toctree` directive.
  5. ==========================
  6. *EMQ* - Erlang MQTT Broker
  7. ==========================
  8. *EMQ* (Erlang MQTT Broker) is a massively scalable and clusterable MQTT V3.1/V3.1.1 broker written in Erlang/OTP.
  9. .. NOTE:: Adopt a shortened project name since 2.0 release: EMQ
  10. *EMQ* 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 at the same time.
  11. Latest release of the *EMQ* broker is scaling to 1.3 million MQTT connections on a 12 Core, 32G CentOS server.
  12. .. image:: ./_static/images/emqtt.png
  13. The *EMQ* project provides a scalable, enterprise grade, extensible open-source MQTT broker for IoT, M2M, Smart Hardware, Mobile Messaging and HTML5 Web Messaging Applications.
  14. Sensors, Mobiles, Web Browsers and Application Servers could be connected by *EMQ* brokers with asynchronous PUB/SUB MQTT messages.
  15. +---------------+-----------------------------------------+
  16. | Homepage: | http://emqtt.io |
  17. +---------------+-----------------------------------------+
  18. | Downloads: | http://emqtt.io/downloads |
  19. +---------------+-----------------------------------------+
  20. | GitHub: | https://github.com/emqtt |
  21. +---------------+-----------------------------------------+
  22. | Twitter: | @emqtt |
  23. +---------------+-----------------------------------------+
  24. | Forum: | https://groups.google.com/d/forum/emqtt |
  25. +---------------+-----------------------------------------+
  26. | Mailing List: | emqtt@googlegroups.com |
  27. +---------------+-----------------------------------------+
  28. | Author: | Feng Lee <feng@emqtt.io> |
  29. +---------------+-----------------------------------------+
  30. Contents:
  31. .. toctree::
  32. :maxdepth: 2
  33. getstarted
  34. install
  35. config
  36. cluster
  37. bridge
  38. guide
  39. advanced
  40. design
  41. commands
  42. plugins
  43. tune
  44. changes
  45. upgrade
  46. -------
  47. License
  48. -------
  49. Apache License Version 2.0