Changes between Version 13 and Version 14 of Architecture/Deployment/Measurements
- Timestamp:
- Jan 26, 2026, 7:15:32 AM (3 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Architecture/Deployment/Measurements
v13 v14 26 26 27 27 '''Setting up the Node''' 28 As an example, node {{{ s3-lg1}}} is used, but the following commands may be used on any node in the testbed.28 As an example, node {{{md1}}} is used, but the following commands may be used on any node in the testbed. 29 29 30 1. Load the correct image onto the USRP 2974 in {{{ s3-lg1}}}30 1. Load the correct image onto the USRP 2974 in {{{md1}}} 31 31 {{{ 32 console~$ omf load -i mpk2138-cosmos-node-measurements-2021-03-26.ndz -t sdr2- s3-lg132 console~$ omf load -i mpk2138-cosmos-node-measurements-2021-03-26.ndz -t sdr2-md1 33 33 }}} 34 34 35 35 2. Set up the RF front end of the node to transmit at 2.412 GHz. 36 36 {{{ 37 console~$ curl "am1.cosmos-lab.org:5054/rf_control/set_tx_path?node=sdr2-md 2.bed.cosmos-lab.org&rf_port=0,1&power_amp=on&f_lower=2400&f_upper=2460"37 console~$ curl "am1.cosmos-lab.org:5054/rf_control/set_tx_path?node=sdr2-md1.bed.cosmos-lab.org&rf_port=0,1&power_amp=on&f_lower=2400&f_upper=2460" 38 38 }}} 39 39 40 40 3. Turn on the USRP 2974. Wait one minute for the radio to turn on after issuing this command. 41 41 {{{ 42 console~$ omf tell -a on -t sdr2-md 2.bed.cosmos-lab.org42 console~$ omf tell -a on -t sdr2-md1.bed.cosmos-lab.org 43 43 }}} 44 44 45 4. Login to the USRP 2974 and set it up for transmitting the !WiFi packets. The prompt will say {{{sdr2-s3-lg1}}} no matter what node you use. 45 4. Login to the USRP 2974 and set it up for transmitting the !WiFi packets. The prompt will say {{{sdr2-s3-lg1}}} no matter what node you use. This is because the node image was originally saved from {{{s3-lg1}}}. 46 46 {{{ 47 47 console~$ ssh -X root@sdr2-md2
