turtleDeng / emqx-plugin-template

EMQ X Plugin Template and Demo

Home Page:https://www.emqx.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

emqx-plugin-template

This is a template plugin for the EMQ X broker. And you can see Plugin Development Guide to learning how to use it.

Plugin Config

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

Authentication and ACL

emqx:hook('client.authenticate', fun ?MODULE:on_client_authenticate/2, [Env]).
emqx:hook('client.check_acl', fun ?MODULE:on_client_check_acl/5, [Env]).

Plugin and Hooks

Plugin Design

Hooks Design

License

Apache License Version 2.0

Author

EMQ X Team.

About

EMQ X Plugin Template and Demo

https://www.emqx.io

License:Apache License 2.0


Languages

Language:Erlang 97.4%Language:Makefile 2.6%