Changes between Version 4 and Version 5 of Software/eAM/mInterf
- Timestamp:
- Apr 20, 2013, 1:46:56 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Software/eAM/mInterf
v4 v5 1 1 == Interference Aggregate Manager == 2 2 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''' '''50 12''' with the following service groups: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''' '''5054''' with the following service groups: 4 4 5 5 {{{ … … 123 123 * Step 1: Initialize the "interference" mode of the service 124 124 {{{ 125 wget "http://instrument1.orbit-lab.org:50 12/interference/initialize"125 wget "http://instrument1.orbit-lab.org:5054/interference/initialize" 126 126 }}} 127 127 * Step 2: Select AWGN bandwidth (channel bw for 802.11a/b/g is 20 Mhz) 128 128 {{{ 129 wget "http://instrument1.orbit-lab.org:50 12/interference/awgn?bandwidth=20"129 wget "http://instrument1.orbit-lab.org:5054/interference/awgn?bandwidth=20" 130 130 }}} 131 131 * Step 3: Set power level to -30 dBm and channel number to 36 (PLEASE AVOID SETTING POWER OVER 0dBm) 132 132 {{{ 133 wget "http://instrument1.orbit-lab.org:50 12/interference/set?power=-30&channel=36"133 wget "http://instrument1.orbit-lab.org:5054/interference/set?power=-30&channel=36" 134 134 }}} 135 135 * Step 4: Start RF injection 136 136 {{{ 137 wget "http://instrument1.orbit-lab.org:50 12/interference/start"137 wget "http://instrument1.orbit-lab.org:5054/interference/start" 138 138 }}} 139 139 … … 141 141 * Step 5: Stop RF injection 142 142 {{{ 143 wget "http://instrument1.orbit-lab.org:50 12/interference/stop"143 wget "http://instrument1.orbit-lab.org:5054/interference/stop" 144 144 }}}