Changes between Version 3 and Version 4 of 802.11/wlan_exp/examples/throughput_stats


Ignore:
Timestamp:
Apr 10, 2014, 4:17:38 PM (10 years ago)
Author:
welsh
Comment:

--

Legend:

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

    v3 v4  
    3232 * Run {{{python throughput_two_nodes.py}}}
    3333
    34 The script will run for ~80 seconds, then display its results:
     34The script will run for ~30 seconds, then display its results:
    3535{{{
    3636Initializing experiment
     
    4646    Channel  = 4
    4747    Tx Power = 10 dBm
     48    Rate     = 18.0 Mbps (QPSK 3/4)
    4849
    4950Node 1:
    5051    Channel  = 4
    5152    Tx Power = 10 dBm
     53    Rate     = 18.0 Mbps (QPSK 3/4)
    5254
    5355Adding current time to log for nodes on 10.0.0
    5456
    55 Start LTG - AP -> STA:
    56 
    5757Run Experiment:
    5858
    59 Starting 10 sec trial for rate 6.0 Mbps (BPSK 1/2) ...
    60 Done.
     59Testing AP -> STA throughput for rate 18.0 Mbps (QPSK 3/4) ...
     60    Rate = 18.0 Mbps   Throughput = 14.18 Mbps
    6161
    62 Starting 10 sec trial for rate 9.0 Mbps (BPSK 3/4) ...
    63 Done.
     62Testing STA -> AP throughput for rate 18.0 Mbps (QPSK 3/4) ...
     63    Rate = 18.0 Mbps   Throughput = 14.08 Mbps
    6464
    65 Starting 10 sec trial for rate 12.0 Mbps (QPSK 1/2) ...
    66 Done.
    67 
    68 Starting 10 sec trial for rate 18.0 Mbps (QPSK 3/4) ...
    69 Done.
    70 
    71 Starting 10 sec trial for rate 24.0 Mbps (16-QAM 1/2) ...
    72 Done.
    73 
    74 Starting 10 sec trial for rate 36.0 Mbps (16-QAM 3/4) ...
    75 Done.
    76 
    77 Starting 10 sec trial for rate 48.0 Mbps (64-QAM 2/3) ...
    78 Done.
    79 
    80 Starting 10 sec trial for rate 54.0 Mbps (64-QAM 3/4) ...
    81 Done.
    82 
    83 
    84 Results:
    85     Rate =  6.0 Mbps   Throughput =  5.44 Mbps
    86     Rate =  9.0 Mbps   Throughput =  7.84 Mbps
    87     Rate = 12.0 Mbps   Throughput = 10.13 Mbps
    88     Rate = 18.0 Mbps   Throughput = 14.16 Mbps
    89     Rate = 24.0 Mbps   Throughput = 17.69 Mbps
    90     Rate = 36.0 Mbps   Throughput = 23.61 Mbps
    91     Rate = 48.0 Mbps   Throughput = 28.27 Mbps
    92     Rate = 54.0 Mbps   Throughput = 30.38 Mbps
     65Testing Head-to-Head throughput for rate 18.0 Mbps (QPSK 3/4) ...
     66    STA Rate = 18.0 Mbps   Throughput =  6.66 Mbps
     67    AP  Rate = 18.0 Mbps   Throughput =  6.80 Mbps
    9368}}}
    9469