Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matrix-org/gosip
SIP in Go
https://github.com/matrix-org/gosip
Last synced: 6 days ago
JSON representation
SIP in Go
- Host: GitHub
- URL: https://github.com/matrix-org/gosip
- Owner: matrix-org
- License: bsd-2-clause
- Fork: true (ghettovoice/gosip)
- Created: 2020-09-14T17:04:16.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-20T15:29:45.000Z (about 3 years ago)
- Last Synced: 2024-08-01T13:32:35.164Z (3 months ago)
- Language: Go
- Size: 1.03 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
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)