Skip to content

topfreegames/emq_throttle_plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EmqThrottlePlugin

Throttling messages for the EMQ Broker.

Installation

The package can be installed by adding emq_throttle_plugin to your list of dependencies in mix.exs:

def deps do
  [
    {:emq_throttle_plugin, git: "git://github.com/topfreegames/emq_throttle_plugin.git"}
  ]
end

Plug the plugin

To add the plugin on emqtt, clone emq-relx project and add:

Then run rm -rf _rel deps rel && make