Plugin Guide

This commit is contained in:
Feng Lee 2015-08-06 00:01:00 +08:00
parent 7ba5772264
commit 45487523af
4 changed files with 9 additions and 27 deletions

4
PLUGIN.md Normal file
View File

@ -0,0 +1,4 @@
Please see [Plugin Design](https://github.com/emqtt/emqttd/wiki/Plugin%20Design).

4
plugins/README Normal file
View File

@ -0,0 +1,4 @@
Please see [Plugin Design](https://github.com/emqtt/emqttd/wiki/Plugin%20Design).

View File

@ -1 +0,0 @@
[emqttd_dashboard].

View File

@ -1,26 +1 @@
[ [emqttd_dashboard].
% {emysql, [
% {pool_size, 4},
% {host, "localhost"},
% {port, 3306},
% {username, "root"},
% {password, "public"},
% {database, "mqtt"},
% {encoding, utf8}
% ]},
% {emqttd_auth_mysql, [
% {user_table, mqtt_users},
% {password_hash, plain},
% {field_mapper, [
% {username, username},
% {password, password}
% ]}
% ]},
% {emqttd_dashboard, [
% {listener,
% {emqttd_dashboard, 18083, [
% {acceptors, 4},
% {max_clients, 512}]}}
% ]}
%
].