Changes between Version 1 and Version 2 of Software/eAM/mInterf


Ignore:
Timestamp:
Feb 22, 2013, 3:53:52 PM (11 years ago)
Author:
seskar
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Software/eAM/mInterf

    v1 v2  
    121121 * Step 1: Initialize the "interference" mode of the service
    122122    {{{
    123           wget http://instrument1.orbit-lab.org:5012/interference/initialize
     123          wget "http://instrument1.orbit-lab.org:5012/interference/initialize"
    124124    }}}
    125125 * Step 2: Select AWGN bandwidth (channel bw for 802.11a/b/g is 20 Mhz)
    126126    {{{
    127           wget http://instrument1.orbit-lab.org:5012/interference/awgn?bandwidth=20
     127          wget "http://instrument1.orbit-lab.org:5012/interference/awgn?bandwidth=20"
    128128    }}}
    129129 * Step 3: Set power level to -30 dBm and channel number to 36 (PLEASE AVOID SETTING POWER OVER 0dBm)
    130130    {{{
    131           wget http://instrument1.orbit-lab.org:5012/interference/set?power=-30&channel=36
     131          wget "http://instrument1.orbit-lab.org:5012/interference/set?power=-30&channel=36"
    132132    }}}
    133133  * Step 4: Start RF injection
    134134    {{{
    135           wget http://instrument1.orbit-lab.org:5012/interference/start
     135          wget "http://instrument1.orbit-lab.org:5012/interference/start"
    136136    }}}
    137137
     
    139139 * Step 5: Stop RF injection
    140140    {{{
    141           wget http://instrument1.orbit-lab.org:5012/interference/stop
     141          wget "http://instrument1.orbit-lab.org:5012/interference/stop"
    142142    }}}