/sctp_echo

simple SCTP echo on ERLANG with some number of SCTP data streams

Primary LanguageErlangApache License 2.0Apache-2.0

SCTP Demo for Erlang OTP

It is simple SCTP echo server and client for ERLANG with some number of SCTP data streams.

Compilation:

erlc *.erl

Run in one erl session server:

sctp_echo2:start().

Run in another erl session client code:

sctp_cl:start().