Changes between Version 9 and Version 10 of Hardware/bDomains/aGrid
- Timestamp:
- Aug 29, 2006, 9:54:32 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Hardware/bDomains/aGrid
v9 v10 54 54 * Step 1: Initialize the "interference" mode of the service 55 55 {{{ 56 wget http://instrument1.orbit-lab.org/in itialize56 wget http://instrument1.orbit-lab.org/interference/initialize 57 57 }}} 58 58 * Step 2: Select AWGN bandwidth (channel bw for 802.11a/b/g is 20 Mhz) 59 59 {{{ 60 wget http://instrument1.orbit-lab.org/ awgn?bandwidth=2060 wget http://instrument1.orbit-lab.org/interference/awgn?bandwidth=20 61 61 }}} 62 62 * Step 3: Set power level to -30 dBm and channel number to 36 63 63 {{{ 64 wget http://instrument1.orbit-lab.org/ set?power=-30&channel=3664 wget http://instrument1.orbit-lab.org/interference/set?power=-30&channel=36 65 65 }}} 66 66 * Step 4: Start RF injection 67 67 {{{ 68 wget http://instrument1.orbit-lab.org/ start68 wget http://instrument1.orbit-lab.org/interference/start 69 69 }}} 70 70 … … 72 72 * Step 5: Stop RF injection 73 73 {{{ 74 wget http://instrument1.orbit-lab.org/ stop74 wget http://instrument1.orbit-lab.org/interference/stop 75 75 }}}