beastoin / emqttd_plugin_template

emqttd plugin template and demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

emqttd_plugin_template

This is a template plugin for emqttd project.

Plugin Config

Each plugin should have a 'etc/{plugin_name}.conf' file to store application config.

Authentication and ACL

emqttd_access_control:register_mod(auth, ?MODULE, Env).
emqttd_access_control:register_mod(acl, ?MODULE, Env).

Plugin and Hooks

Plugin Design

Hooks Design

About

emqttd plugin template and demo

License:Apache License 2.0


Languages

Language:Erlang 97.9%Language:Makefile 2.1%