erldist_filter

Build StatusHex.pm

erldist_filter NIF for filtering and logging Erlang Dist Protocol messages.

See the CONTRIBUTING file for how to help out.

Installation

Add erldist_filter to your project's dependencies in mix.exs

defp deps() do
  [
    {:erldist_filter, "~> 1.28"}
  ]
end

Add erldist_filter to your project's dependencies in your Makefile for erlang.mk or the following to your rebar.config

{deps, [
    {erldist_filter, "~> 1.28"}
]}.

License

erldist_filter is MIT licensed, as found in the LICENSE file.