Skip to content

piyushgupta27/emqx-plugin-template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

emqx-plugin-template

This is a template plugin for the EMQ X broker.

TODO: Add a plugin development guide ...

Plugin Config

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

Authentication and ACL

emqx_access_control:register_mod(auth, ?MODULE, Env).
emqx_access_control:register_mod(acl, ?MODULE, 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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Erlang 94.6%
  • Makefile 5.4%