Plugins
This commit is contained in:
parent
6c947dff1d
commit
74217bf9ea
3
Makefile
3
Makefile
|
@ -27,4 +27,7 @@ edoc:
|
||||||
@$(REBAR) doc
|
@$(REBAR) doc
|
||||||
|
|
||||||
dist:
|
dist:
|
||||||
|
#TODO write new Makefile
|
||||||
cd rel && ../rebar generate -f
|
cd rel && ../rebar generate -f
|
||||||
|
cp -R plugins/emqttd_plugin_demo rel/emqttd/plugins/ && rm -rf rel/emqttd/plugins/emqttd_plugin_demo/src
|
||||||
|
|
||||||
|
|
18
TODO
18
TODO
|
@ -1,11 +1,3 @@
|
||||||
0.5.5
|
|
||||||
-------------------------
|
|
||||||
|
|
||||||
static, dynmaic, bridge types of topic and trie node
|
|
||||||
|
|
||||||
try_to_remove topic node
|
|
||||||
|
|
||||||
|
|
||||||
v0.6.0-alpha (2015-03-20)
|
v0.6.0-alpha (2015-03-20)
|
||||||
-------------------------
|
-------------------------
|
||||||
|
|
||||||
|
@ -57,15 +49,6 @@ full test cases...
|
||||||
spawn_link to replace 'spawn' and 'link'
|
spawn_link to replace 'spawn' and 'link'
|
||||||
|
|
||||||
=======
|
=======
|
||||||
## ACL
|
|
||||||
|
|
||||||
## Authentication with clientId
|
|
||||||
|
|
||||||
## SSL/TLS Socket
|
|
||||||
|
|
||||||
## $SYS/topics and Broker statistics...
|
|
||||||
|
|
||||||
## Cluster
|
|
||||||
|
|
||||||
## Bridge
|
## Bridge
|
||||||
|
|
||||||
|
@ -75,4 +58,3 @@ spawn_link to replace 'spawn' and 'link'
|
||||||
|
|
||||||
## Mnesia
|
## Mnesia
|
||||||
|
|
||||||
Create Schema...
|
|
||||||
|
|
Loading…
Reference in New Issue