This library does not work in its current state for Crystal 20.5+ since sockets were refactored.
SCTP networking library for Crystal.
SCTP-Crystal is currently in an early state. There may be breaking changes.
Add this to your application's shard.yml
:
dependencies:
sctp-crystal:
github: codesteak/sctp-crystal
version: ~> 0.2.0
For usage please see spec/sctp_spec
.
samples/
will be updated soon.
You need to have lksctp-tools
installed.
# pacman -S lksctp-tools
# apt-get install libsctp-dev lksctp-tools
Β―\(γ)/Β―
- Better samples, docs & tests
- More socket options
Feel free to make pull requests or open issues for bugs and missing features.