Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nils-ohlmeier/sipsak
SIP swiss army knife
https://github.com/nils-ohlmeier/sipsak
c command-line-tool sip
Last synced: 26 days ago
JSON representation
SIP swiss army knife
- Host: GitHub
- URL: https://github.com/nils-ohlmeier/sipsak
- Owner: nils-ohlmeier
- License: gpl-2.0
- Created: 2014-06-10T00:56:45.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2023-12-13T10:37:43.000Z (11 months ago)
- Last Synced: 2024-09-30T01:22:59.529Z (about 1 month ago)
- Topics: c, command-line-tool, sip
- Language: C
- Homepage:
- Size: 906 KB
- Stars: 140
- Watchers: 18
- Forks: 37
- Open Issues: 20
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
- awesome-rtc - sipsak - SIP stress and diagnostics utility. (Operations / Testing)
- awesome-rtc-hacking - sipsak - SIP swiss army knife, has some features that can be used for security testing (e.g. flood more or random mode) (Open-source tools)
README
REQUIREMENTS
============None.
Optional:
- Have
GnuTLS (http://www.gnutls.org/)
or
OpenSSL (http://www.openssl.org/)
installed on your system to use their MD5 implementations
instead of sipsak own version.
- Have
c-ares (http://daniel.haxx.se/projects/c-ares/)
installed on your system to get DNS SRV lookup support
compiled into your sipsak binary.INSTALLATION
============Prerequisites (installed):
- autoconf >= 2.69
- automake
- pkg-configThe usual:
autoreconf --install
./configure
makefollowed by an optional
make install
if the binary should be available for all users on that host.
TESTS
=====Running tests can be done with
make check
be sure to have check -- unit test framework for C -- installed
apt-get install check
yum install check
brew install checkUSAGE
=====Please read the man page. It also contains some typical usage
examples at the end.Have fun
Nils Ohlmeier