masa-koz / rusctp

An implementation of the Stream Transport Control Procotol (SCTP)
0 stars 0 forks source link

RUScTp is an implementation of the Stream Control Transmission Protocol (SCTP) as specified by the IETF.

Building

rusctp requires Rust 1.38 or later to build. You can install the latest stable Rust release using rustup.

Once the Rust build environment is setup, you can fetch the rusctp source code using git:

 $ git clone https://github.com/masa-koz/rusctp.git

and then built using cargo:

 $ cargo build --examples