Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ishidawataru/sctp
SCTP library for the Go programming language
https://github.com/ishidawataru/sctp
sctp
Last synced: 3 months ago
JSON representation
SCTP library for the Go programming language
- Host: GitHub
- URL: https://github.com/ishidawataru/sctp
- Owner: ishidawataru
- License: apache-2.0
- Created: 2017-06-12T05:58:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-01-22T09:27:07.000Z (10 months ago)
- Last Synced: 2024-06-18T12:43:35.961Z (5 months ago)
- Topics: sctp
- Language: Go
- Size: 61.5 KB
- Stars: 127
- Watchers: 17
- Forks: 56
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-5g - ishidawataru/sctp - SCTP library for the Go programming language. (Protocols / SCTP)
README
Stream Control Transmission Protocol (SCTP)
----[![Build Status](https://travis-ci.org/ishidawataru/sctp.svg?branch=master)](https://travis-ci.org/ishidawataru/sctp/builds)
Examples
----See `example/sctp.go`
```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
```