Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ghettovoice/gosip
SIP in Go
https://github.com/ghettovoice/gosip
golang hacktoberfest sip
Last synced: 13 days ago
JSON representation
SIP in Go
- Host: GitHub
- URL: https://github.com/ghettovoice/gosip
- Owner: ghettovoice
- License: bsd-2-clause
- Created: 2017-11-19T17:46:35.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-30T09:30:56.000Z (13 days ago)
- Last Synced: 2024-10-30T10:29:53.194Z (13 days ago)
- Topics: golang, hacktoberfest, sip
- Language: Go
- Homepage:
- Size: 905 KB
- Stars: 431
- Watchers: 22
- Forks: 92
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gosip
> SIP stack in Go ([RFC 3261](https://tools.ietf.org/html/rfc3261))
[![Build Status](https://travis-ci.org/ghettovoice/gosip.svg?branch=master)](https://travis-ci.org/ghettovoice/gosip)
[![Coverage Status](https://coveralls.io/repos/github/ghettovoice/gosip/badge.svg?branch=master)](https://coveralls.io/github/ghettovoice/gosip?branch=master)## PROJECT IS UNDER DEVELOPMENT
Inspired by:
- [gossip](https://github.com/StefanKopieczek/gossip)
- [go-sip](https://github.com/1lann/go-sip)
- [sip.js](https://github.com/kirm/sip.js)