Changes between Version 4 and Version 5 of Software/eAM/mInterf


Ignore:
Timestamp:
Apr 20, 2013, 1:46:56 AM (11 years ago)
Author:
nilanjan
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Software/eAM/mInterf

    v4 v5  
    11== Interference Aggregate Manager ==
    22
    3 Aggregate manager used for controlling various RF instruments that are part of the [wiki:Hardware/gDomains/aGrid ORBIT grid]. This AM is running on '''intrument1.orbit-lab.org on port''' '''5012''' with the following service groups:
     3Aggregate manager used for controlling various RF instruments that are part of the [wiki:Hardware/gDomains/aGrid ORBIT grid]. This AM is running on '''intrument1.orbit-lab.org on port''' '''5054''' with the following service groups:
    44
    55{{{
     
    123123 * Step 1: Initialize the "interference" mode of the service
    124124    {{{
    125           wget "http://instrument1.orbit-lab.org:5012/interference/initialize"
     125          wget "http://instrument1.orbit-lab.org:5054/interference/initialize"
    126126    }}}
    127127 * Step 2: Select AWGN bandwidth (channel bw for 802.11a/b/g is 20 Mhz)
    128128    {{{
    129           wget "http://instrument1.orbit-lab.org:5012/interference/awgn?bandwidth=20"
     129          wget "http://instrument1.orbit-lab.org:5054/interference/awgn?bandwidth=20"
    130130    }}}
    131131 * Step 3: Set power level to -30 dBm and channel number to 36 (PLEASE AVOID SETTING POWER OVER 0dBm)
    132132    {{{
    133           wget "http://instrument1.orbit-lab.org:5012/interference/set?power=-30&channel=36"
     133          wget "http://instrument1.orbit-lab.org:5054/interference/set?power=-30&channel=36"
    134134    }}}
    135135 * Step 4: Start RF injection
    136136    {{{
    137           wget "http://instrument1.orbit-lab.org:5012/interference/start"
     137          wget "http://instrument1.orbit-lab.org:5054/interference/start"
    138138    }}}
    139139
     
    141141 * Step 5: Stop RF injection
    142142    {{{
    143           wget "http://instrument1.orbit-lab.org:5012/interference/stop"
     143          wget "http://instrument1.orbit-lab.org:5054/interference/stop"
    144144    }}}