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

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.

Awesome Lists containing this project

README

          

# go-sip
[![Go Report Card](https://goreportcard.com/badge/github.com/1lann/go-sip)](https://goreportcard.com/report/github.com/1lann/go-sip)
[![GoDoc](https://godoc.org/github.com/1lann/go-sip?status.svg)](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).