From 83c376ad83fb98fb77db8f573d1360c09417ae7e Mon Sep 17 00:00:00 2001 From: Feng Lee Date: Tue, 10 Mar 2015 00:34:22 +0800 Subject: [PATCH] Features, Clusterable, Massively Scalable --- README.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/README.md b/README.md index 44bd15db0..5b126d524 100644 --- a/README.md +++ b/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 ```