Changes between Version 1 and Version 2 of 802.11/wlan_exp/examples/txrx_log_capture


Ignore:
Timestamp:
Apr 13, 2014, 2:21:07 PM (10 years ago)
Author:
welsh
Comment:

--

Legend:

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

    v1 v2  
    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''' directory from the expanded 802.11 Reference design archive
     31 * CD to the '''Python_Reference/examples/txrx_log''' directory from the expanded 802.11 Reference design archive
    3232 * Run {{{python two_node_dual_flow_capture.py}}}
    3333
    3434The script will run for 2 minutes, then display its results:
    3535{{{
     36Initializing experiment
    3637
    37 TBD
     38Reseting the network config for all nodes on subnet 10.0.0.
     39Initializing W3-a-00006 as Node 0
     40Initializing W3-a-00183 as Node 1
     41Initializing the time of all nodes on 10.0.0 to: 0.0
    3842
     43Experimental Setup:
     44Adding current time to log for nodes on 10.0.0
     45
     46Run Experiment:
     47
     48Start LTG - AP -> STA
     49
     50Start LTG - STA -> AP
     51
     52Stop  LTG - STA -> AP
     53
     54Stop  LTG - AP -> STA
     55
     56Log Sizes:  AP  = 19,258,096 bytes
     57            STA = 32,143,640 bytes
     58
     59Writing Log Files...
     60    log_files/ap_log_stats.hdf5
     61    log_files/sta_log_stats.hdf5
     62Done.
    3963}}}
    4064
     65
     66NOTE:  The log file names, ie AP_HDF5_FILENAME and STA_HDF5_FILENAME variables in the script, use relative paths from the '''Python_Reference/examples/txrx_log/''' directory so if you are trying to run the script from a different directory, you may see:
     67{{{
     68ERROR: Logfile log_files/ap_log_stats.hdf5 not able to be created
     69}}}
    4170----
    4271'''Source:''' the script is included in the 802.11 Reference Design archive at '''Python_Reference/examples/txrx_log/two_node_dual_flow_capture.py'''.