فهرست منبع

Features, Clusterable, Massively Scalable

Feng Lee 11 سال پیش
والد
کامیت
83c376ad83
1فایلهای تغییر یافته به همراه29 افزوده شده و 0 حذف شده
  1. 29 0
      README.md

+ 29 - 0
README.md

@@ -6,6 +6,35 @@ eMQTT support MQTT V3.1/V3.1.1 Protocol Specification.
 
 eMQTT requires Erlang R17+.
 
+
+## Featues
+
+Full MQTT V3.1.1 Support
+
+Both V3.1.1 and V3.1 protocol support
+
+QoS0, QoS1, QoS2 Publish and Subscribe
+
+Session Management and Offline Messages
+
+Retained Messages
+
+TCP/SSL connection support
+
+[$SYS/borkers/#](https://github.com/emqtt/emqtt/wiki/$SYS-Topics-of-Broker) support
+
+Passed eclipse paho interoperability tests
+
+
+## Clusterable, Massively Scalable
+
+Massive Connections Clients Support
+
+Cluster brokers on servers or cloud hosts
+
+Bridge brokers locally or remotelly
+
+
 ## Startup in Five Minutes
 
 ```