Changes between Version 11 and Version 12 of DSC/dc_trial1


Ignore:
Timestamp:
Jun 16, 2013, 4:42:03 PM (11 years ago)
Author:
seskar
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DSC/dc_trial1

    v11 v12  
    1111 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.]
    1212 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.
    1414
    1515== Set up ==
     
    4141}}}
    4242
    43  * Download the [attachment:dc.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.
    4444{{{
    45 username@console.grid:~$ wget http://www.orbit-lab.org/raw-attachment/wiki/DSC/dc_trial1/dc.rb
     45username@console.grid:~$ wget http://www.orbit-lab.org/raw-attachment/wiki/DSC/dc_trial1/dsc-h3.rb
    4646}}}
    4747
     
    5050 * 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).
    5151{{{
    52 username@console.grid:~$ omf exec dc.rb
     52username@console.grid:~$ omf exec dsc-h3.rb
    5353}}}
    5454
    5555 * The output should look similar to the following:
    5656{{{
    57 username@console.grid:~# omf exec dc.rb
     57username@console.grid:~# omf exec dsc-h3.rb
    5858
    5959 INFO NodeHandler: OMF Experiment Controller 5.4 (git 578791f)
     
    6666 INFO Experiment: load system:exp:eventlib
    6767 INFO Experiment: load system:exp:winlib
    68  INFO Experiment: load dc.rb
     68 INFO Experiment: load dsc-h3.rb
    6969 INFO property.rxnode: rxnode = "node1-1.grid.orbit-lab.org" (String)
    7070 INFO property.txnode: txnode = "node20-20.grid.orbit-lab.org" (String)