emqttd 0.16.0 版本正式发布。根据用户建议变更开源协议为Apache 2.0。 改进集群(Cluster)设计,支持加入(Join)、离开(Leave)或删除(Remove)集群节点。 $ ./bin/emqttd_ctl cluster cluster join <Node> #Join the cluster cluster leave #Leave the cluster cluster remove <Node> #Remove the node from cluster cluster status #Cluster status 改进路由(Route)与主题(Topic)树设计,只通配符Topic保存在路由树。 Common Test测试框架替代EUNIT,1.0版本前测试覆盖率达到80%。 改进: mqtt_message record: add 'sender' field (#440) refactor the emqttd, emqttd_time, emqttd_opts, emqttd_node modules. 问题: noproc error when call to gen_server2:call(false, {add_route,Topic,}, infinity) (#446) 插件: Changed the license of all plugins. emqttd 0.16.0 beta 发布,MQTT消息服务器下载地址