neektza / message_spammer

Spawns thousands of processes and spams the MQTT broker with msgs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MessageSpammer

TODO: Add description

Installation

If available in Hex, the package can be installed as:

  1. Add message_spammer to your list of dependencies in mix.exs:

    def deps do [{:message_spammer, "~> 0.0.1"}] end

  2. Ensure message_spammer is started before your application:

    def application do [applications: [:message_spammer]] end

About

Spawns thousands of processes and spams the MQTT broker with msgs.


Languages

Language:Elixir 100.0%