download
This commit is contained in:
parent
d178d0bdae
commit
6f430d2ebf
13
README.md
13
README.md
|
@ -1,10 +1,8 @@
|
||||||
# eMQTTD [](https://travis-ci.org/emqtt/emqttd)
|
# Overview [](https://travis-ci.org/emqtt/emqttd)
|
||||||
|
|
||||||
eMQTTD is a clusterable, massively scalable, fault-tolerant and extensible MQTT V3.1/V3.1.1 broker written in Erlang/OTP.
|
emqttd is a clusterable, massively scalable MQTT V3.1/V3.1.1 broker written in Erlang/OTP. eMQTTD support MQTT V3.1/V3.1.1 Protocol Specification. eMQTTD requires Erlang R17+.
|
||||||
|
|
||||||
eMQTTD support MQTT V3.1/V3.1.1 Protocol Specification.
|
You can download binary packege for linux, mac and freebsd from [emqtt.io/downloads](http://emqtt.io/downloads)
|
||||||
|
|
||||||
eMQTTD requires Erlang R17+.
|
|
||||||
|
|
||||||
|
|
||||||
## Benchmark
|
## Benchmark
|
||||||
|
@ -14,11 +12,6 @@ Benchmark 0.5.4-alpha on a ubuntu/14.04 server with 8 cores, 32G memory from Qin
|
||||||
200K Connections, 200K Topics, 20K Messages/sec, 20Mbps In/Out with 7G Memory, 40%CPU/core
|
200K Connections, 200K Topics, 20K Messages/sec, 20Mbps In/Out with 7G Memory, 40%CPU/core
|
||||||
|
|
||||||
|
|
||||||
## NOTICE
|
|
||||||
|
|
||||||
eMQTTD still cannot handle massive retained messages.
|
|
||||||
|
|
||||||
|
|
||||||
## Featues
|
## Featues
|
||||||
|
|
||||||
Full MQTT V3.1.1 Support
|
Full MQTT V3.1.1 Support
|
||||||
|
|
Loading…
Reference in New Issue