$search
Go to the source code of this file.
Namespaces | |
| namespace | bitrate_test |
Functions | |
| def | bitrate_test::run_link_capacity_test |
| def | bitrate_test::setup_hostapd_ap |
Variables | |
| string | bitrate_test::AP_PREFIX = "/ap_atheros/" |
| string | bitrate_test::AP_SINK_IP = "192.168.69.1" |
| int | bitrate_test::AP_SINK_PORT = 12345 |
| tuple | bitrate_test::ap_source = UdpmonsourceHandle('/ap_atheros/performance_test') |
| list | bitrate_test::bitrates = [ int(rate*10**6) for rate in [ 1, 2, 5.5, 6, 9, 11, 12, 18, 24, 36, 48, 54 ] ] |
| int | bitrate_test::DEFAULT_PACKET_SIZE = 1500 |
| tuple | bitrate_test::dynclient = dynamic_reconfigure.client.Client(HOSTAPD_NODE) |
| string | bitrate_test::HOSTAPD_NODE = "ap_control" |
| bitrate_test::pktsize = DEFAULT_PACKET_SIZE | |
| string | bitrate_test::STA_IFACE = "eth1" |
| string | bitrate_test::STA_PREFIX = "/sta/" |
| string | bitrate_test::STA_SINK_IP = "192.168.69.2" |
| int | bitrate_test::STA_SINK_PORT = 12345 |
| tuple | bitrate_test::sta_source = UdpmonsourceHandle('/sta/performance_test') |