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


Ignore:
Timestamp:
Oct 24, 2014, 4:13:01 PM (9 years ago)
Author:
murphpo
Comment:

--

Legend:

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

    v5 v6  
    55[[TracNav(802.11/TOC)]]
    66
    7 = 802.11 Reference Design:  TX/RX Log Capture Example =
     7= 802.11 Reference Design: Dual-Node Log Capture Example =
    88
    99This example of the Experiments Framework uses two WARP v3 nodes, one configured as an AP, the other as a STA.  The log_capture_two_node_two_flow.py will capture a log of LTG traffic flows between the AP and STA and write the data to an HDF5 log file for later processing.  This example demonstrates how to:
     
    2929 * Open the file in a text editor and change the {{{NODE_SERIAL_LIST}}} to match your serial numbers
    3030 * Open a Python shell
    31  * CD to the '''Python_Reference/examples/txrx_log''' directory from the expanded 802.11 Reference design archive
     31 * CD to the '''Python_Reference/examples/log''' directory from the expanded 802.11 Reference design archive
    3232 * Run {{{python log_capture_two_node_two_flow.py}}}
    3333
     
    6767
    6868----
    69 '''Source:''' the script is included in the 802.11 Reference Design archive at '''Python_Reference/examples/txrx_log/log_capture_two_node_two_flow.py'''.
     69'''Source:''' the script is included in the 802.11 Reference Design archive at '''Python_Reference/examples/log/log_capture_two_node_two_flow.py'''.