Functions | |
def | run_link_capacity_test |
def | setup_hostapd_ap |
Variables | |
string | AP_PREFIX = "/ap_atheros/" |
string | AP_SINK_IP = "192.168.69.1" |
int | AP_SINK_PORT = 12345 |
tuple | ap_source = UdpmonsourceHandle('/ap_atheros/performance_test') |
list | bitrates = [ int(rate*10**6) for rate in [ 1, 2, 5.5, 6, 9, 11, 12, 18, 24, 36, 48, 54 ] ] |
int | DEFAULT_PACKET_SIZE = 1500 |
tuple | dynclient = dynamic_reconfigure.client.Client(HOSTAPD_NODE) |
string | HOSTAPD_NODE = "ap_control" |
pktsize = DEFAULT_PACKET_SIZE | |
string | STA_IFACE = "eth1" |
string | STA_PREFIX = "/sta/" |
string | STA_SINK_IP = "192.168.69.2" |
int | STA_SINK_PORT = 12345 |
tuple | sta_source = UdpmonsourceHandle('/sta/performance_test') |
def bitrate_test.run_link_capacity_test | ( | direction = "down" , |
|
rate = bitrates[0] |
|||
) |
Definition at line 28 of file bitrate_test.py.
def bitrate_test.setup_hostapd_ap | ( | ) |
Definition at line 40 of file bitrate_test.py.
string bitrate_test::AP_PREFIX = "/ap_atheros/" |
Definition at line 14 of file bitrate_test.py.
string bitrate_test::AP_SINK_IP = "192.168.69.1" |
Definition at line 16 of file bitrate_test.py.
int bitrate_test::AP_SINK_PORT = 12345 |
Definition at line 17 of file bitrate_test.py.
tuple bitrate_test::ap_source = UdpmonsourceHandle('/ap_atheros/performance_test') |
Definition at line 54 of file bitrate_test.py.
list bitrate_test::bitrates = [ int(rate*10**6) for rate in [ 1, 2, 5.5, 6, 9, 11, 12, 18, 24, 36, 48, 54 ] ] |
Definition at line 24 of file bitrate_test.py.
int bitrate_test::DEFAULT_PACKET_SIZE = 1500 |
Definition at line 26 of file bitrate_test.py.
Definition at line 52 of file bitrate_test.py.
string bitrate_test::HOSTAPD_NODE = "ap_control" |
Definition at line 15 of file bitrate_test.py.
Definition at line 46 of file bitrate_test.py.
string bitrate_test::STA_IFACE = "eth1" |
Definition at line 20 of file bitrate_test.py.
string bitrate_test::STA_PREFIX = "/sta/" |
Definition at line 19 of file bitrate_test.py.
string bitrate_test::STA_SINK_IP = "192.168.69.2" |
Definition at line 21 of file bitrate_test.py.
int bitrate_test::STA_SINK_PORT = 12345 |
Definition at line 22 of file bitrate_test.py.
tuple bitrate_test::sta_source = UdpmonsourceHandle('/sta/performance_test') |
Definition at line 55 of file bitrate_test.py.