Changes between Version 13 and Version 14 of Hardware/bDomains/aGrid


Ignore:
Timestamp:
Sep 1, 2006, 6:19:59 PM (18 years ago)
Author:
sanjit
Comment:

Added port 5012 in the examples

Legend:

Unmodified
Added
Removed
Modified
  • Hardware/bDomains/aGrid

    v13 v14  
    5555 * Step 1: Initialize the "interference" mode of the service
    5656    {{{
    57           wget http://instrument1.orbit-lab.org/interference/initialize
     57          wget http://instrument1.orbit-lab.org:5012/interference/initialize
    5858    }}}
    5959 * Step 2: Select AWGN bandwidth (channel bw for 802.11a/b/g is 20 Mhz)
    6060    {{{
    61           wget http://instrument1.orbit-lab.org/interference/awgn?bandwidth=20
     61          wget http://instrument1.orbit-lab.org:5012/interference/awgn?bandwidth=20
    6262    }}}
    6363 * Step 3: Set power level to -30 dBm and channel number to 36
    6464    {{{
    65           wget http://instrument1.orbit-lab.org/interference/set?power=-30&channel=36
     65          wget http://instrument1.orbit-lab.org:5012/interference/set?power=-30&channel=36
    6666    }}}
    6767  * Step 4: Start RF injection
    6868    {{{
    69           wget http://instrument1.orbit-lab.org/interference/start
     69          wget http://instrument1.orbit-lab.org:5012/interference/start
    7070    }}}
    7171
     
    7373 * Step 5: Stop RF injection
    7474    {{{
    75           wget http://instrument1.orbit-lab.org/interference/stop
     75          wget http://instrument1.orbit-lab.org:5012/interference/stop
    7676    }}}