Changes between Version 5 and Version 6 of 802.11/wlan_exp/examples/txrx_log_capture
- Timestamp:
- Oct 24, 2014, 4:13:01 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
802.11/wlan_exp/examples/txrx_log_capture
v5 v6 5 5 [[TracNav(802.11/TOC)]] 6 6 7 = 802.11 Reference Design: TX/RXLog Capture Example =7 = 802.11 Reference Design: Dual-Node Log Capture Example = 8 8 9 9 This 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: … … 29 29 * Open the file in a text editor and change the {{{NODE_SERIAL_LIST}}} to match your serial numbers 30 30 * Open a Python shell 31 * CD to the '''Python_Reference/examples/ txrx_log''' directory from the expanded 802.11 Reference design archive31 * CD to the '''Python_Reference/examples/log''' directory from the expanded 802.11 Reference design archive 32 32 * Run {{{python log_capture_two_node_two_flow.py}}} 33 33 … … 67 67 68 68 ---- 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'''.