Skip to content

smec-project/client-prober

Repository files navigation

SMEC Edge Client Prober

SMEC edge client-side TCP prober and report handlers (app/RTT/feedback).

src/

Includes TCP prober and handlers (query/feedback), app/RTT report receiver/sender, and the entry main.cpp.

Build requirements

  • Linux, g++ with C++11 support
  • make
  • pthread and standard build tools

Build

make          # builds tcp_prober
make clean    # cleans artifacts

Run

Run 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>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors