Changes between Version 13 and Version 14 of Architecture/Deployment/Measurements


Ignore:
Timestamp:
Jan 26, 2026, 7:15:32 AM (3 days ago)
Author:
mpk2138
Comment:

making node names consistent

Legend:

Unmodified
Added
Removed
Modified
  • Architecture/Deployment/Measurements

    v13 v14  
    2626
    2727'''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.
     28As an example, node {{{md1}}} is used, but the following commands may be used on any node in the testbed.
    2929
    30 1. Load the correct image onto the USRP 2974 in {{{s3-lg1}}}
     301. Load the correct image onto the USRP 2974 in {{{md1}}}
    3131{{{
    32 console~$ omf load -i mpk2138-cosmos-node-measurements-2021-03-26.ndz -t sdr2-s3-lg1
     32console~$ omf load -i mpk2138-cosmos-node-measurements-2021-03-26.ndz -t sdr2-md1
    3333}}}
    3434
    35352. Set up the RF front end of the node to transmit at 2.412 GHz.
    3636{{{
    37 console~$ curl "am1.cosmos-lab.org:5054/rf_control/set_tx_path?node=sdr2-md2.bed.cosmos-lab.org&rf_port=0,1&power_amp=on&f_lower=2400&f_upper=2460"
     37console~$ 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"
    3838}}}
    3939
    40403. Turn on the USRP 2974. Wait one minute for the radio to turn on after issuing this command.
    4141{{{
    42 console~$ omf tell -a on -t sdr2-md2.bed.cosmos-lab.org
     42console~$ omf tell -a on -t sdr2-md1.bed.cosmos-lab.org
    4343}}}
    4444
    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.
     454. 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}}}.
    4646{{{
    4747console~$ ssh -X root@sdr2-md2