Changes between Version 1 and Version 2 of Software/eAM/mInterf
- Timestamp:
- Feb 22, 2013, 3:53:52 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Software/eAM/mInterf
v1 v2 121 121 * Step 1: Initialize the "interference" mode of the service 122 122 {{{ 123 wget http://instrument1.orbit-lab.org:5012/interference/initialize123 wget "http://instrument1.orbit-lab.org:5012/interference/initialize" 124 124 }}} 125 125 * Step 2: Select AWGN bandwidth (channel bw for 802.11a/b/g is 20 Mhz) 126 126 {{{ 127 wget http://instrument1.orbit-lab.org:5012/interference/awgn?bandwidth=20127 wget "http://instrument1.orbit-lab.org:5012/interference/awgn?bandwidth=20" 128 128 }}} 129 129 * Step 3: Set power level to -30 dBm and channel number to 36 (PLEASE AVOID SETTING POWER OVER 0dBm) 130 130 {{{ 131 wget http://instrument1.orbit-lab.org:5012/interference/set?power=-30&channel=36131 wget "http://instrument1.orbit-lab.org:5012/interference/set?power=-30&channel=36" 132 132 }}} 133 133 * Step 4: Start RF injection 134 134 {{{ 135 wget http://instrument1.orbit-lab.org:5012/interference/start135 wget "http://instrument1.orbit-lab.org:5012/interference/start" 136 136 }}} 137 137 … … 139 139 * Step 5: Stop RF injection 140 140 {{{ 141 wget http://instrument1.orbit-lab.org:5012/interference/stop141 wget "http://instrument1.orbit-lab.org:5012/interference/stop" 142 142 }}}