# emq_plugin_template **Repository Path**: hkpro/emq_plugin_template ## Basic Information - **Project Name**: emq_plugin_template - **Description**: emq_plugin_template - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-08-21 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README emq_plugin_template =================== This is a template plugin for the EMQ broker. Plugin Config ------------- Each plugin should have a 'etc/{plugin_name}.conf|config' 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](http://docs.emqtt.com/en/latest/design.html#plugin-design) [Hooks Design](http://docs.emqtt.com/en/latest/design.html#hooks-design) License ------- Apache License Version 2.0