# emq-plugin-template **Repository Path**: chuckchill/emq-plugin-template ## Basic Information - **Project Name**: emq-plugin-template - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-07-14 - **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