https://github.com/1lann/go-sip
A Go (golang) library to interface with SIP (Session Initiation Protocol) as defined in RFC 3261.
https://github.com/1lann/go-sip
go sip
Last synced: about 1 year ago
JSON representation
A Go (golang) library to interface with SIP (Session Initiation Protocol) as defined in RFC 3261.
- Host: GitHub
- URL: https://github.com/1lann/go-sip
- Owner: 1lann
- License: mit
- Created: 2016-04-21T12:03:37.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2020-07-18T06:58:21.000Z (almost 6 years ago)
- Last Synced: 2025-03-05T00:01:50.893Z (over 1 year ago)
- Topics: go, sip
- Language: Go
- Size: 26.4 KB
- Stars: 110
- Watchers: 7
- Forks: 24
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-sip
[](https://goreportcard.com/report/github.com/1lann/go-sip)
[](https://godoc.org/github.com/1lann/go-sip)
## This library is unmaintained, I highly recommend you against using this as I wrote this as a very quick hacky high school project. Use https://github.com/jart/gosip (which honestly looks magnitudes better than mine) or something instead
A Go (golang) library to interface with SIP (Session Initiation Protocol) as defined in RFC 3261. This library is a work in progress, and strives to follow Go standards. This library may or may not ever be finished.
## License
go-sip is licensed under the MIT License which can be found [here](/LICENSE).