|
|
11 лет назад | |
|---|---|---|
| apps | 20fb39cf3b list -> binary | 11 лет назад |
| deps | 3a6ed9a876 0.2 project structure | 11 лет назад |
| doc | 95f2ffe793 design | 11 лет назад |
| plugins | 58b1e258c1 add folder | 13 лет назад |
| rel | 23163edab7 rewrite all modules | 11 лет назад |
| .gitignore | a0017c3186 author | 11 лет назад |
| CHANGELOG.md | 91c8e624c7 changelog | 11 лет назад |
| LICENSE | e77d25b273 author... | 11 лет назад |
| Makefile | d5b6152aa8 0.2.0 upgrade | 11 лет назад |
| README.md | 95f2ffe793 design | 11 лет назад |
| TODO | d5b6152aa8 0.2.0 upgrade | 11 лет назад |
| rebar | 3a6ed9a876 0.2 project structure | 11 лет назад |
| rebar.config | 3a6ed9a876 0.2 project structure | 11 лет назад |
eMQTT is a scalable, fault-tolerant and extensible mqtt broker written in Erlang/OTP.
eMQTT requires Erlang R17+.
$ git clone git://github.com/slimpp/emqtt.git
$ cd emqtt
$ make && make generate
$ cd rel/emqtt
$ ./bin/emqtt console
cp -R rel/emqtt $INSTALL_DIR
cd $INSTALL_DIR/emqtt
./bin/emqtt start
./bin/emqtt stop
eMQTT support http to publish message.
Example:
curl -v --basic -u user:passwd -d "topic=/a/b/c&message=hello from http..." -k http://localhost:8883/mqtt/publish
HTTP POST http://host:8883/mqtt/publish
| Name | Description |
|---|---|
| topic | MQTT Topic |
| message | Text Message |
The MIT License (MIT)
=====
feng at slimchat.io