Thursday, April 30, 2015

Installing and Running SIPp tool on MAC

The whole procedure was quite easy i felt until i attempted to do this. Below are the main steps like in any other installation 

- Clone the project from git. git clone https://github.com/SIPp/sipp.git 
- Now run the ./build.sh which will do the below things
1. Checkout the gtest submodule
2. generate autotools files
3. runs configure 
4. builds and runs the test suite 
5. builds SIPp. 

If we want to build with SSL, PCAP and SCTP, then below command to be given 

./build.sh —-with-pcap —with-sctp —-with-openssl 


once the build is successful, below command can be used for running the SIPp as user agent server is like below 

./sipp -sn uas 

the below window was shown



references:

No comments:

Post a Comment