All Projects → ishidawataru → sctp

ishidawataru / sctp

Licence: Apache-2.0, BSD-3-Clause licenses found Licenses found Apache-2.0 LICENSE BSD-3-Clause GO_LICENSE
SCTP library for the Go programming language

Programming Languages

go
31211 projects - #10 most used programming language

Labels

Projects that are alternatives of or similar to sctp

werift-webrtc
WebRTC Implementation for TypeScript (Node.js), includes ICE/DTLS/SCTP/RTP/SRTP
Stars: ✭ 228 (+132.65%)
Mutual labels:  sctp
scamper-chat
An IRC-like chat client and server using SCTP, based on Scamper+Netty
Stars: ✭ 13 (-86.73%)
Mutual labels:  sctp
SCTP NKE HighSierra
A version of the SCTP NKE running on Mac OS X 10.13 (High Sierra)
Stars: ✭ 15 (-84.69%)
Mutual labels:  sctp
lksctp-tools
The Linux SCTP helper library
Stars: ✭ 75 (-23.47%)
Mutual labels:  sctp
scamper
A toolkit for creating SCTP servers and clients
Stars: ✭ 22 (-77.55%)
Mutual labels:  sctp
node-sctp
SCTP userspace sockets for Node.js
Stars: ✭ 47 (-52.04%)
Mutual labels:  sctp
rawrtc-data-channel
A standalone WebRTC and ORTC data channel implementation.
Stars: ✭ 47 (-52.04%)
Mutual labels:  sctp
packetdrill
packetdrill with UDPLite and SCTP support and bug fixes for FreeBSD
Stars: ✭ 37 (-62.24%)
Mutual labels:  sctp
web-udp
Establish client/server and P2P UDP-like channels in the browser
Stars: ✭ 43 (-56.12%)
Mutual labels:  sctp

Stream Control Transmission Protocol (SCTP)

Build Status

Examples

See example/sctp.go

$ cd example
$ go build
$ # run example SCTP server
$ ./example -server -port 1000 -ip 10.10.0.1,10.20.0.1
$ # run example SCTP client
$ ./example -port 1000 -ip 10.10.0.1,10.20.0.1
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].