From 2c30fc1cb62f2905e733e4b95e434ffba3ace583 Mon Sep 17 00:00:00 2001 From: Feng Lee Date: Fri, 17 Apr 2015 01:20:15 +0800 Subject: [PATCH] Overview --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cefa36900..af5936081 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,10 @@ # Overview [![Build Status](https://travis-ci.org/emqtt/emqttd.svg?branch=master)](https://travis-ci.org/emqtt/emqttd) -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 is a clusterable, massively scalable MQTT V3.1/V3.1.1 broker written in Erlang/OTP. emqttd support both 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+ to build. + +Download binary packeges for linux, mac and freebsd from [emqtt.io/downloads](http://emqtt.io/downloads) ## Benchmark @@ -140,12 +142,12 @@ Run './bin/emqttd_ctl cluster' on 'host1' or 'host2' to check cluster nodes. ## HTTP API -eMQTTD support http to publish message. +emqttd support http to publish message. Example: ``` -curl -v --basic -u user:passwd -d "qos=1&retain=0&topic=/a/b/c&message=hello from http..." -k http://localhost:8083/mqtt/publish +curl -v --basic -u user:passwd -d "qos=1&retain=0&topic=a/b/c&message=hello from http..." -k http://localhost:8083/mqtt/publish ``` ### URL