Changes between Version 5 and Version 6 of 802.11/wlan_exp/examples/throughput_stats


Ignore:
Timestamp:
Apr 11, 2014, 3:34:11 PM (10 years ago)
Author:
welsh
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 802.11/wlan_exp/examples/throughput_stats

    v5 v6  
    77= 802.11 Reference Design: Aggregate Throughput Example =
    88
    9 This example of the Experiments Framework uses two WARP v3 nodes, one configured as an AP, the other as a STA. The script steps through PHY rates, measuring unidirectional throughput for ~10 seconds for each rate. This script demonstrates how to:
     9This example of the Experiments Framework uses two WARP v3 nodes, one configured as an AP, the other as a STA. The script measures unidirectional throughput and head-to-head throughput for each node. This script demonstrates how to:
    1010 * Control two WARP v3 nodes from one wlan_exp script
    1111 * Use the wlan_exp framework Local Traffic Generator (LTG) to create traffic
     
    1616 1. Ensure nodes are configured as one AP, one STA and that the STA is associated with AP
    1717 1. Start a fully-backlogged locally generated traffic (LTG) flow from AP -> STA
    18  1. For each WLAN rate:
    19    1. Read current Tx/Rx packet counts at STA
    20    1. Wait 10 seconds
    21    1. Read current Tx/Rx packet counts at STA again
    22    1. Calculate throughput for 10 second window
     18 1. Read current Tx/Rx packet counts at STA
     19 1. Wait 10 seconds
     20 1. Read current Tx/Rx packet counts at STA again
     21 1. Calculate throughput for 10 second window
     22 1. Start a fully-backlogged locally generated traffic (LTG) flow from STA -> AP
     23 1. Read current Tx/Rx packet counts at AP
     24 1. Wait 10 seconds
     25 1. Read current Tx/Rx packet counts at AP again
     26 1. Calculate throughput for 10 second window
     27 1. Perform previous steps (3 - 11) but have head-to-head LTG flows
    2328 1. Stop the traffic flow
    2429 1. Print the results