https://github.com/rainliu/gosips
Go SIP Stack
https://github.com/rainliu/gosips
Last synced: 2 months ago
JSON representation
Go SIP Stack
- Host: GitHub
- URL: https://github.com/rainliu/gosips
- Owner: rainliu
- License: mit
- Created: 2013-03-17T06:52:54.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2018-08-23T06:04:35.000Z (almost 7 years ago)
- Last Synced: 2025-02-27T19:03:49.338Z (3 months ago)
- Language: Go
- Homepage:
- Size: 943 KB
- Stars: 117
- Watchers: 15
- Forks: 31
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
GoSIPs
======
Go SIP Stack (http://www.GoSIPs.org)The objective of GoSIPs is to develop a Golang stack interface and implementation to the Session Initiation Protocol (SIP) that can be used independently or by higher level programming entities and environments.
GoSIPs is still in heavy development stage. Currently, SIP Message Parser/Encoder is almost done, but it still need more polish and torture-test.