Changes between Version 4 and Version 5 of Workshops/Sig Comm2022/group/octopus


Ignore:
Timestamp:
Aug 18, 2022, 9:06:44 PM (21 months ago)
Author:
jennyshane
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Workshops/Sig Comm2022/group/octopus

    v4 v5  
    1717 NOTE: typically when using the testbed, you will have to reserve the domain you wish to use on the [https://www.orbit-lab.org/cPanel/controlPanel/start scheduler page]. We have already made the reservation for you.
    1818
    19  2. Use OMF commands to load the baseline-uhd.sdr image on your resources.
     19 2. Use OMF commands to load the sigcomm2022-tutorial-image.ndz image on your resources.
    2020
    2121 OMF is a command line utility that is run from the console in order to manage nodes: turn them on and off, save the contents of the hard disk as an "image", and load saved images back onto them.
    2222
    23  In this case, we're loading the "baseline-sdr.ndz" image, which is a pre-built image provided for researchers to use as a starting point. The image contains UHD 3.15 and Gnuradio 3.8 and uses Ubuntu 18.04.
     23 In this case, we're loading the "sigcomm2022-tutorial-image.ndz" image, which is a pre-built image provided for researchers to use as a starting point. The image contains UHD 3.15 and Gnuradio 3.8 and uses Ubuntu 18.04.
    2424 {{{
    25  omf load -i baseline-sdr.ndz -t node1-1,node1-2
     25 omf load -i sigcomm2022-tutorial-image.ndz -t node1-1,node1-2
    2626 }}}
    2727 The output of this command can be a little intimidating, but make sure you should look for confirmation that both of your nodes were successfully imaged. An example of the output is below, with the outcome of the loading process highlighted in red.
     
    4040 ssh root@node1-1
    4141 }}}
    42  
     42 {{{
     43 ssh root@node1-2
     44 }}}
     45
    4346=== Experiment Execution ===
    4447
    45 ==== Configure and detect the radio ====
     48==== Configure and detect the radio on both nodes ====
    4649
    4750 1. On the nodes, run the following command to configure the network interface to the SDR: