发布于 2015-09-27 00:54:53 | 234 次阅读 | 评论: 0 | 来源: 网友投递
emqttc Erlang 的 MQTT 客户端
emqttc 是一个 Erlang 的 MQTT 客户端,支持 MQTT V3.1/V3.1.1 协议规范。支持并行连接和连接自动恢复。要求 Erlang R17+.
emqttd 0.11.0 beta 发布了,该版本改进内容包括:
Highlight: Rebar to manage plugin dependencies.
Highlight: Stomp and SockJS Plugins!
Improve: add rel/files/emqttd.config.development|production.
Improve: rel/reltool.config.script to release deps of plugin.
Improve: persist mnesia schema on slave nodes.
Improve: use timer:seconds/1 api.
Improve: The binary release will be compiled with R18.1 now.
Bugfix: issue#306 - emqttd_cm should unregister the duplicated client
Bugfix: issue#310 - usage of emqttd_ctl error: 'session list' should be 'sessions list'
Bugfix: issue#311 - './bin/emqttd_ctl sessions list' error
Bugfix: issue#312 - unsubcribe will lead to crash if emqttd_plugin_template plugin loaded
下载地址:
快速开始:
unzip emqttd-ubuntu64-0.11.0-beta-20150925.zip && cd emqttd # Start console ./bin/emqttd console # Start as daemon ./bin/emqttd start # Check status ./bin/emqttd_ctl status # Stop ./bin/emqttd stop