erldist_filter NIF for filtering and logging Erlang Dist Protocol messages.
See the CONTRIBUTING file for how to help out.
Add erldist_filter to your project's dependencies in mix.exs
defp deps() do
[
{:erldist_filter, "~> 1.28"}
]
endAdd 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"}
]}.erldist_filter is MIT licensed, as found in the LICENSE file.