Changes between Initial Version and Version 1 of GEC16Agenda/WiMAX-Tutorial/Coop/08


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

--

Legend:

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

    v1 v1  
     1
     2== Changing experiment properties ==
     3
     4If you have extra time, you can experiment with different experiment settings.
     5
     6To run an experiment script with different properties, e.g. a different queue length:
     7
     8{{{
     9omf exec gec16-coop.rb -- --queue 100
     10}}}
     11
     12
     13Push each experiment to iRODS and evaluate the results. What settings work well?
     14
     15Try changing base station transmit power:
     16
     17{{{
     18wget -qO- "http://wimaxrf:5052/wimaxrf/bs/set?bs_tx_power=30"
     19wget -qO- "http://wimaxrf:5052/wimaxrf/bs/restart"
     20}}}
     21
     22When the base station comes back up, it should report a new bs_tx_power:
     23
     24
     25{{{
     26wget -qO- "http://wimaxrf:5052/wimaxrf/bs/get?bs_tx_power"
     27}}}
     28