Changes between Version 6 and Version 7 of Tutorials/k0SDR/Tutorial01b


Ignore:
Timestamp:
Jul 17, 2014, 6:22:40 PM (10 years ago)
Author:
nilanjan
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/k0SDR/Tutorial01b

    v6 v7  
    22
    33== Description ==
    4 This example will utilize an OEDL script to execute packet transfers over a radio link created using GNU Radio. This is will involve running a GNU Radio benchmark script two nodes each with a USRP2.
     4This example will utilize an OEDL experiment script to execute packet transfers over a radio link created using GNU Radio. This is will involve running a GNU Radio benchmark script two nodes each with a USRP2.
    55
    66== Hardware / Software Resources utilized ==
     
    3434
    3535== Running OEDL script  ==
     36 * Run the experiment script using the following OMF command
     37{{{
     38nilanjan@console.grid:~$ omf exec system:exp:gnu-benchmark
     39
     40 INFO NodeHandler: OMF Experiment Controller 5.4 (git 3fb37b9)
     41 INFO NodeHandler: Reading configuration file /etc/omf-expctl-5.4/services.yaml
     42 INFO NodeHandler: Add domain http - http://internal1.orbit-lab.org:5054/
     43 INFO NodeHandler: Add domain http - http://repository1.orbit-lab.org:5054/
     44 INFO NodeHandler: Slice ID: default_slice (default)
     45 INFO NodeHandler: Experiment ID: default_slice-2014-07-17t14.20.09.457-04.00
     46 INFO NodeHandler: Message authentication is disabled
     47 INFO Experiment: load system:exp:stdlib
     48 INFO property.resetDelay: resetDelay = 230 (Fixnum)
     49 INFO property.resetTries: resetTries = 1 (Fixnum)
     50 INFO Experiment: load system:exp:eventlib
     51 INFO Experiment: load system:exp:winlib
     52 INFO Experiment: load system:exp:gnu-benchmark
     53 INFO property.rate: rate = ".250M" (String)
     54 INFO property.modulation: modulation = "bpsk" (String)
     55 INFO property.freq: freq = "2410000000" (String)
     56 INFO property.runtime: runtime = 10 (Fixnum)
     57 INFO Topology: Loaded topology '/tmp/pxe_slice-2014-07-17t13.52.30.457-04.00-topo-success'.
     58 INFO Topology: Loaded topology 'system:topo:imaged'.
     59TX: node1-2.grid.orbit-lab.org
     60RX: node1-1.grid.orbit-lab.org
     61 INFO ALL_UP_AND_INSTALLED: Event triggered. Starting the associated tasks.
     62 INFO exp: Request from Experiment Script: Wait for 2s....
     63 INFO exp: Start receiver app
     64 INFO exp: Request from Experiment Script: Wait for 2s....
     65 INFO exp: Start sending packets
     66 INFO exp: Request from Experiment Script: Wait for 10s....
     67 INFO exp: Stop transmitter and receiver
     68 INFO exp: Request from Experiment Script: Wait for 2s....
     69 INFO exp: done
     70 INFO EXPERIMENT_DONE: Event triggered. Starting the associated tasks.
     71 INFO NodeHandler:
     72 INFO NodeHandler: Shutting down experiment, please wait...
     73 INFO NodeHandler:
     74 INFO run: Experiment default_slice-2014-07-17t14.20.09.457-04.00 finished after 0:25
     75
     76nilanjan@console.grid:~$
     77}}}
     78