SIPp #90
Unanswered
dominicpageau
asked this question in
General Inquiries
SIPp
#90
Replies: 2 comments 3 replies
-
|
Replying to myself Cross compile sipp for raspberry on ubuntu 24.04 x86-64 sudo su - |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Why not compile on the WLAN Pi itself? sudo apt-get install cmake libncurses-dev
git clone https://github.com/SIPp/sipp.git
cd sipp/
./build.sh --noneExample: wlanpi@wlanpi-087:~/sipp $ ./build.sh --none
-- Checking for one of the modules 'ncursesw;cursesw;ncurses;curses'
-- Checking for one of the modules 'tinfo'
-- Configuring done
-- Generating done
-- Build files have been written to: /home/wlanpi/sipp
Scanning dependencies of target version
[ 0%] Built target version
Scanning dependencies of target sipp
[ 5%] Building CXX object CMakeFiles/sipp.dir/src/actions.cpp.o
[ 5%] Building CXX object CMakeFiles/sipp.dir/src/auth.cpp.o
[ 8%] Building CXX object CMakeFiles/sipp.dir/src/call.cpp.o
[ 11%] Building CXX object CMakeFiles/sipp.dir/src/call_generation_task.cpp.o
[ 14%] Building C object CMakeFiles/sipp.dir/src/comp.c.o
[ 17%] Building CXX object CMakeFiles/sipp.dir/src/deadcall.cpp.o
[ 20%] Building C object CMakeFiles/sipp.dir/src/fileutil.c.o
[ 23%] Building CXX object CMakeFiles/sipp.dir/src/infile.cpp.o
[ 26%] Building CXX object CMakeFiles/sipp.dir/src/jlsrtp.cpp.o
[ 29%] Building CXX object CMakeFiles/sipp.dir/src/listener.cpp.o
[ 32%] Building CXX object CMakeFiles/sipp.dir/src/logger.cpp.o
[ 35%] Building C object CMakeFiles/sipp.dir/src/md5.c.o
[ 38%] Building CXX object CMakeFiles/sipp.dir/src/message.cpp.o
[ 41%] Building C object CMakeFiles/sipp.dir/src/milenage.c.o
[ 44%] Building CXX object CMakeFiles/sipp.dir/src/ratetask.cpp.o
[ 47%] Building CXX object CMakeFiles/sipp.dir/src/reporttask.cpp.o
[ 50%] Building C object CMakeFiles/sipp.dir/src/rijndael.c.o
[ 52%] Building CXX object CMakeFiles/sipp.dir/src/rtpstream.cpp.o
[ 55%] Building CXX object CMakeFiles/sipp.dir/src/scenario.cpp.o
[ 58%] Building CXX object CMakeFiles/sipp.dir/src/screen.cpp.o
[ 61%] Building CXX object CMakeFiles/sipp.dir/src/sip_parser.cpp.o
[ 64%] Building CXX object CMakeFiles/sipp.dir/src/socket.cpp.o
[ 67%] Building CXX object CMakeFiles/sipp.dir/src/socketowner.cpp.o
[ 70%] Building CXX object CMakeFiles/sipp.dir/src/stat.cpp.o
[ 73%] Building CXX object CMakeFiles/sipp.dir/src/strings.cpp.o
[ 76%] Building CXX object CMakeFiles/sipp.dir/src/task.cpp.o
[ 79%] Building CXX object CMakeFiles/sipp.dir/src/time.cpp.o
[ 82%] Building CXX object CMakeFiles/sipp.dir/src/urlcoder.cpp.o
[ 85%] Building CXX object CMakeFiles/sipp.dir/src/variables.cpp.o
[ 88%] Building CXX object CMakeFiles/sipp.dir/src/watchdog.cpp.o
[ 91%] Building C object CMakeFiles/sipp.dir/src/xp_parser.c.o
[ 94%] Building CXX object CMakeFiles/sipp.dir/src/xp_parser_ut.cpp.o
[ 97%] Building CXX object CMakeFiles/sipp.dir/src/sipp.cpp.o
[100%] Linking CXX executable sipp
[100%] Built target sipp
wlanpi@wlanpi-087:~/sipp $
wlanpi@wlanpi-087:~/sipp $
wlanpi@wlanpi-087:~/sipp $ ls
build.sh CMakeCache.txt cmake_install.cmake config.h docker dtd_check.sh gtest LICENSE.txt pcap regress sipp.dtd src validate-src.sh
CHANGES.md CMakeFiles CMakeLists.txt cpplint.py docs example include Makefile README.md sipp sipp_scenarios THANKS version.h
wlanpi@wlanpi-087:~/sipp $ ./sipp -v
SIPp v3.7.3-27-gdde43e1.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
published by the Free Software Foundation; either version 2 of
the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public
License along with this program; if not, write to the
Free Software Foundation, Inc.,
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Author: see source files. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have some success with SIPp as a simple SIP server playing moh where I connect with SIP phone on a tablet and walk around to make sure SIP call are working fine. I can capture SIP call with tcpdump and analyze it with wireshark or any other sip analyzer.
I'd like to cross compile SIPp for WLANpi so I can bring that SIP server on site, making sure I'm not debugging SIP server nor WAN QoS.
Focussing on WLAN.
Can compile on Linux, but need help to cross compile for WLAN-Pi and/or make a package. Anyone can help me with that ?
https://github.com/SIPp/sipp
https://sipp.sourceforge.net/
Beta Was this translation helpful? Give feedback.
All reactions