Changes between Version 2 and Version 3 of Workshops/Sig Comm2022/group/eagle
- Timestamp:
- Aug 18, 2022, 9:07:46 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Workshops/Sig Comm2022/group/eagle
v2 v3 17 17 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. 18 18 19 2. Use OMF commands to load the baseline-uhd.sdrimage on your resources.19 2. Use OMF commands to load the sigcomm2022-tutorial-image.ndz image on your resources. 20 20 21 21 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. 22 22 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. 24 24 {{{ 25 omf load -i baseline-sdr.ndz -t node2-1,node2-225 omf load -i sigcomm2022-tutorial-image.ndz -t node2-1,node2-2 26 26 }}} 27 27 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. … … 40 40 ssh root@node2-1 41 41 }}} 42 42 {{{ 43 ssh root@node2-2 44 }}} 45 43 46 === Experiment Execution === 44 47 45 ==== Configure and detect the radio ====48 ==== Configure and detect the radio on both nodes ==== 46 49 47 50 1. On the nodes, run the following command to configure the network interface to the SDR: