mynote/esp/emqtt.md
2017-05-19 11:14:30 +08:00

19 lines
256 B
Markdown

# emqtt note
## install un ubuntu
- install erlang
> sudo apt-get install erlang
- install emqtt
> git clone https://github.com/emqtt/emq-relx.git
> cd emq-relx && make
- running on console
> cd _rel/emqttd && ./bin/emqttd console