features.rst 764 B

123456789101112131415161718192021
  1. Featrues
  2. ========
  3. * Full MQTT V3.1/V3.1.1 protocol specification support
  4. * QoS0, QoS1, QoS2 Publish and Subscribe
  5. * Session Management and Offline Messages
  6. * Retained Messages Support
  7. * Last Will Message Support
  8. * TCP/SSL Connection Support
  9. * MQTT Over Websocket(SSL) Support
  10. * HTTP Publish API Support
  11. * .. _$SYS/brokers/#: https://github.com/emqtt/emqtt/wiki/$SYS-Topics-of-Broker Support
  12. * Client Authentication with clientId, ipaddress
  13. * Client Authentication with username, password.
  14. * Client ACL control with ipaddress, clientid, username.
  15. * Cluster brokers on several servers.
  16. * Bridge brokers locally or remotely
  17. * 500K+ concurrent clients connections per server
  18. * Extensible architecture with plugin support
  19. * Passed eclipse paho interoperability tests