Changes between Version 11 and Version 12 of DSC/dc_trial1
- Timestamp:
- Jun 16, 2013, 4:42:03 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DSC/dc_trial1
v11 v12 11 11 3. Orbit's Arbitrary Waveform Injection System: used to inject noise or simple signal into RF environment; more information of the waveform generator service can be found [http://www.orbit-lab.org/wiki/Software/bAM/mInterf interference AM pages.] 12 12 4. Packet server: This is server that resides on the grid console and is used by a transmitting node to send data packets over the air via USRP as well as by the receiving node to submit received packets for scoring. 13 5. dsc-h3.rb: this is the ODEL experiment script to manage the nodes, interference service and packet server and execute the transmit and receive scripts.13 5. [attachment:dsc-h3.rb]: this is the ODEL experiment script to manage the nodes, interference service and packet server and execute the transmit and receive scripts. 14 14 15 15 == Set up == … … 41 41 }}} 42 42 43 * Download the [attachment:d c.rb OEDL experiment script for this tutorial] to your local directory.43 * Download the [attachment:dsc-h3.rb OEDL experiment script for this tutorial] to your local directory. 44 44 {{{ 45 username@console.grid:~$ wget http://www.orbit-lab.org/raw-attachment/wiki/DSC/dc_trial1/d c.rb45 username@console.grid:~$ wget http://www.orbit-lab.org/raw-attachment/wiki/DSC/dc_trial1/dsc-h3.rb 46 46 }}} 47 47 … … 50 50 * Type to following command to run the experiment. This will start the packet server, configure and start the interference generator and finally kick off the transmit and receive benchmark scripts within the nodes. The actual transmission/reception will run for 100 seconds (which can be adjusted with the property at the top of the script). 51 51 {{{ 52 username@console.grid:~$ omf exec d c.rb52 username@console.grid:~$ omf exec dsc-h3.rb 53 53 }}} 54 54 55 55 * The output should look similar to the following: 56 56 {{{ 57 username@console.grid:~# omf exec d c.rb57 username@console.grid:~# omf exec dsc-h3.rb 58 58 59 59 INFO NodeHandler: OMF Experiment Controller 5.4 (git 578791f) … … 66 66 INFO Experiment: load system:exp:eventlib 67 67 INFO Experiment: load system:exp:winlib 68 INFO Experiment: load d c.rb68 INFO Experiment: load dsc-h3.rb 69 69 INFO property.rxnode: rxnode = "node1-1.grid.orbit-lab.org" (String) 70 70 INFO property.txnode: txnode = "node20-20.grid.orbit-lab.org" (String)