Functions | |
def | get_link_capacity |
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') |
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 capacity_test.get_link_capacity | ( | direction = "down" | ) |
Definition at line 26 of file capacity_test.py.
def capacity_test.setup_hostapd_ap | ( | ) |
Definition at line 32 of file capacity_test.py.
string capacity_test::AP_PREFIX = "/ap_atheros/" |
Definition at line 14 of file capacity_test.py.
string capacity_test::AP_SINK_IP = "192.168.69.1" |
Definition at line 16 of file capacity_test.py.
int capacity_test::AP_SINK_PORT = 12345 |
Definition at line 17 of file capacity_test.py.
tuple capacity_test::ap_source = UdpmonsourceHandle('/ap_atheros/performance_test') |
Definition at line 46 of file capacity_test.py.
int capacity_test::DEFAULT_PACKET_SIZE = 1500 |
Definition at line 24 of file capacity_test.py.
Definition at line 44 of file capacity_test.py.
string capacity_test::HOSTAPD_NODE = "ap_control" |
Definition at line 15 of file capacity_test.py.
Definition at line 38 of file capacity_test.py.
string capacity_test::STA_IFACE = "eth1" |
Definition at line 20 of file capacity_test.py.
string capacity_test::STA_PREFIX = "/sta/" |
Definition at line 19 of file capacity_test.py.
string capacity_test::STA_SINK_IP = "192.168.69.2" |
Definition at line 21 of file capacity_test.py.
int capacity_test::STA_SINK_PORT = 12345 |
Definition at line 22 of file capacity_test.py.
tuple capacity_test::sta_source = UdpmonsourceHandle('/sta/performance_test') |
Definition at line 47 of file capacity_test.py.