Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)