Changes between Version 6 and Version 7 of GEC16Agenda/WiMAX-Tutorial/Coop/07


Ignore:
Timestamp:
07/22/13 21:30:38 (11 years ago)
Author:
Fraida Fund
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GEC16Agenda/WiMAX-Tutorial/Coop/07

    v6 v7  
    11'''[wiki:GEC16Agenda/WiMAX-Tutorial/Coop/06 Previous]'''
    22
    3 Now let's change experiment properties.
    43
    5 To run an experiment script with different properties, e.g. a different queue length:
    6 
    7 {{{
    8 omf exec gec16-coop.rb -- --queue 100
    9 }}}
    10 
    11 
    12 Push each experiment to iRODS and evaluate the results. What settings work well?
    13 
    14 Try changing base station transmit power:
    15 
    16 {{{
    17 wget -qO- "http://wimaxrf:5052/wimaxrf/bs/set?bs_tx_power=30"
    18 wget -qO- "http://wimaxrf:5052/wimaxrf/bs/restart"
    19 }}}
    20 
    21 When the base station comes back up, it should report a new bs_tx_power:
    22 
    23 
    24 {{{
    25 wget -qO- "http://wimaxrf:5052/wimaxrf/bs/get?bs_tx_power"
    26 }}}
    27 
    28 
    29 We will try the same experiment, without coopshim. Does the cooperative recovery scheme offer some improvement?
     4'''[wiki:GEC16Agenda/WiMAX-Tutorial/Coop/08 Next]'''