SMEC edge client-side TCP prober and report handlers (app/RTT/feedback).
Includes TCP prober and handlers (query/feedback), app/RTT report receiver/sender, and the entry main.cpp.
- Linux,
g++with C++11 support makepthreadand standard build tools
make # builds tcp_prober
make clean # cleans artifactsRun the binary directly:
./tcp_prober --index <number> [options]Common options:
--index <number>instance index for unique socket naming (required)--ip <address>destination IP address (default 192.168.2.3)--port <number>destination port (default 20000)--rtt-port <number>RTT report port (default 20004)
Convenience script to build then run:
python3 run_amarisoft.py --server-ip <server_ip> <ue_list>