SIPq is a test tool for SIP protocol. Its ambition is to be a next generation of SIPp. There is for sure a long way to go. The primary purpose of it for now is for study, on how to design a SIP stack and test tool. If you want to do something serious, go for SIPp.
SIPq is designed in mind as a SIP test tool, but components of it are also able to serve as a SIP stack. It should be practical to make it into use to construct a SIP application, since the source codes are organized in golang packages.
Welcome any contributions!
A golang js implementation,otto, is used to write scenario script.
- setup golang and set a GOPATH environment variable
- run the following commands
go get -u github.com/robertkrimen/otto
go get -u github.com/henryscala/sipq
cd $GOPATH/src/github.com/henryscala/sipq
go test ./...
go build