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

https://github.com/nkbai/gopjnath

a go wrapper of gopjnath
https://github.com/nkbai/gopjnath

golang ice pjnath stun turn

Last synced: about 1 month ago
JSON representation

a go wrapper of gopjnath

Awesome Lists containing this project

README

          

# gopjnath
a go wrapper of gopjnath

# how to use
## build
### 1. build pjsip
```
wget http://www.pjsip.org/release/2.7.2/pjproject-2.7.2.tar.bz2
tar xjf pjproject-2.7.2.tar.bz2
cd pjproject-2.7.2
./configure --disable-sound --disable-video --disable-ssl
make dep && make && make install
```
### 2. build example
```
cd cmd
go build
```
you can find how to use the export api in the cmd/main.go