https://github.com/elixir-webrtc/ex_sctp
Elixir wrapper for sctp_proto library
https://github.com/elixir-webrtc/ex_sctp
elixir rust sans-io sctp
Last synced: about 1 year ago
JSON representation
Elixir wrapper for sctp_proto library
- Host: GitHub
- URL: https://github.com/elixir-webrtc/ex_sctp
- Owner: elixir-webrtc
- License: apache-2.0
- Created: 2024-08-09T11:19:38.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-02-07T16:55:16.000Z (over 1 year ago)
- Last Synced: 2025-03-17T17:19:35.130Z (about 1 year ago)
- Topics: elixir, rust, sans-io, sctp
- Language: Elixir
- Homepage:
- Size: 33.2 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ExSCTP
[](https://hex.pm/packages/ex_sctp)
[](https://hexdocs.pm/ex_sctp)
[](https://github.com/elixir-webrtc/ex_scttp/actions/workflows/ci.yml)
[](https://codecov.io/gh/elixir-webrtc/ex_sctp)
Elixir wrapper for [`sctp_proto`](https://docs.rs/sctp-proto/latest/sctp_proto/) library.
## Installation
Add `ex_sctp` to dependencies in `mix.exs`:
```elixir
def deps do
[
{:ex_sctp, "~> 0.1.2"}
]
end
```
Please note that `ex_sctp` requires you to have Rust installed in order to compile.