View Source ExSCTP
Elixir wrapper for sctp_proto library.
Installation
Add ex_sctp to dependencies in mix.exs:
def deps do
[
{:ex_sctp, "~> 0.1.0"}
]
endPlease note that ex_sctp requires you to have Rust installed in order to compile.