Name Date Size #Lines LOC

..--

androidapp/H25-Apr-2025-186140

BUILD.gnH A D25-Apr-20255.2 KiB185156

READMEH A D25-Apr-20251.1 KiB3625

config_reader.ccH A D25-Apr-20251.9 KiB5538

config_reader.hH A D25-Apr-20251.4 KiB5433

create_network_tester_config.pyH A D25-Apr-20251 KiB3115

jni.ccH A D25-Apr-20252.1 KiB6951

network_tester_config.protoH A D25-Apr-2025328 1511

network_tester_packet.protoH A D25-Apr-2025400 1916

network_tester_unittest.ccH A D25-Apr-20251.2 KiB3821

packet_logger.ccH A D25-Apr-20251.7 KiB4521

packet_logger.hH A D25-Apr-20251.3 KiB4726

packet_sender.ccH A D25-Apr-20254.4 KiB134107

packet_sender.hH A D25-Apr-20252.2 KiB7248

parse_packet_log.pyH A D25-Apr-20255 KiB151111

server.ccH A D25-Apr-2025874 2411

test_controller.ccH A D25-Apr-20255.7 KiB159135

test_controller.hH A D25-Apr-20253.3 KiB9670

README

1This file explains how to run the network tester and how to analyze the results.
2
3create config files
4===================
5use create_network_tester_config.py  to create config files.
6you can add or change the AddConfig call in the main function to create a
7the desired network config.
8
9run network_tester_server
10=========================
11place the network config file next to the server binary and name it
12"server_config.dat".
13
14the network_tester_server should run on a server with a public IP address.
15
16the log file of network_tester_server will be created next to the binary with
17the name "server_packet_log.dat"
18
19
20run NetworkTesterMobile (apk)
21=============================
22change the IP and the port in the jni.cpp file and set it to the port and IP
23you run the network_tester_server on.
24
25place the network config file as "/mnt/sdcard/network_tester_client_config.dat"
26on the tester android phone.
27
28The log file of network_tester_server will be created at
29"/mnt/sdcard/network_tester_client_packet_log.dat"
30
31
32analyze the results
33====================
34run "python parse_packet_log.py -f <log_file_to_parse>" to analyze the
35log results.
36