This project provides Python-based Tkinter GUIs for controlling two common network traffic generation tools: D-ITG (Distributed Internet Traffic Generator) and iperf3. These GUIs simplify the process of initiating, configuring, and monitoring traffic flows, particularly in scenarios involving 5G network deployments (srsRAN and OAI) and remote execution via SSH.
Each GUI controller is a separate Python script:
main_remote.py: For D-ITG traffic.main_remote_iperf.py: For iperf3 traffic.
- Python 3
- Tkinter
- SSH Client
- Sudo Privileges

