From 893b1b5dbe6d9316b77a2aa403c0a0538247615d Mon Sep 17 00:00:00 2001 From: Feng Lee Date: Fri, 14 Aug 2015 13:16:17 +0800 Subject: [PATCH] 0.10.0 --- README.md | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 893f44160..32fd565a8 100644 --- a/README.md +++ b/README.md @@ -37,16 +37,31 @@ emqttd is aimed to provide a solid, enterprise grade, extensible open-source MQT * Passed eclipse paho interoperability tests -## Plugins +## Modules * [emqttd_auth_clientid](https://github.com/emqtt/emqttd/wiki/Authentication) - Authentication with ClientIds -* emqttd_auth_mysql - Authentication with MySQL -* emqttd_auth_ldap - Authentication with LDAP -* emqttd_mod_autosub - Subscribe some topics automatically when client connected +* [emqttd_auth_username](https://github.com/emqtt/emqttd/wiki/Authentication) - Authentication with Username and Password +* [emqttd_auth_ldap](https://github.com/emqtt/emqttd/wiki/Authentication) - Authentication with LDAP * [emqttd_mod_presence](https://github.com/emqtt/emqttd/wiki/Presence) - Publish presence message to $SYS topics when client connected or disconnected +* emqttd_mod_autosub - Subscribe topics when client connected * [emqttd_mod_rewrite](https://github.com/emqtt/emqttd/wiki/Rewrite) - Topics rewrite like HTTP rewrite module +## Plugins + +* [emqttd_plugin_template](https://github.com/emqtt/emqttd_plugin_template) - Plugin template and demo +* [emqttd_dashboard](https://github.com/emqtt/emqttd_dashboard) -> Web Dashboard +* [emqttd_plugin_mysql](https://github.com/emqtt/emqttd_plugin_mysql) - Authentication with MySQL +* [emqttd_plugin_pgsql](https://github.com/emqtt/emqttd_plugin_pgsql) - Authentication with PostgreSQL + + +## Dashboard + +The broker released a simple web dashboard in 0.10.0 version. + +Address: http://host:18083 + + ## Design ![emqttd architecture](http://emqtt.io/static/img/Architecture.png)