Changes between Initial Version and Version 1 of Tutorials/k0SDR/Tutorial09


Ignore:
Timestamp:
Dec 5, 2014, 2:13:20 AM (9 years ago)
Author:
nilanjan
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/k0SDR/Tutorial09

    v1 v1  
     1== Running DSC match script from the grid console ==
     2
     3A version of the dsc-match script can be from the grid console.
     4
     5Load the bot images on ''teamX'' and ''teamY'':
     6{{{
     7> omf load -i dsc-wbot1.ndz -t system:topo:dsc-teamXp
     8:
     9:
     10> omf load -i dsc-wbot2.ndz -t system:topo:dsc-teamYp
     11:
     12:
     13}}}
     14
     15After images are loaded turn nodes on:
     16{{{
     17> omf tell -a on -t system:topo:dsc-teamXp
     18> omf tell -a on -t system:topo:dsc-teamYp
     19}}}
     20
     21
     22To run the match:
     23{{{
     24> omf-5.4 exec system:exp:dsc-match1 -- --mode COMP --arena PRI --server consolec.grid.orbit-lab.org --runtime 180
     25}}}
     26
     27Once the match finished, you should receive an email that looks similar to the following:
     28
     29{{{
     30Please find the scoring report for the competitive match created at 2014-Nov-18 13:14:50
     31
     32Team Xp: Exp. Run Time = 30000, RX bytes = 25920, TX bytes = 2161440, Sucess Rate = 1.19920051
     33  Image: dsc-wbot1.ndz (Owner: prasanthi, Created: 2014-09-27 03:02:51 -0400 )
     34  Receiver = node7-7.grid.orbit-lab.org, Transmitter = node1-1.grid.orbit-lab.org
     35  Imaged by: prasanthi, Imaged on: 2014-11-18 at 12:13:02
     36
     37Team Yp: Exp. Run Time = 30000, RX bytes = 2666880, TX bytes = 3601440, Sucess Rate = 74.0503769
     38  Image: dsc-wbot2.ndz (Owner: prasanthi, Created: 2014-09-27 03:05:04 -0400 )
     39  Receiver = node13-13.grid.orbit-lab.org, Transmitter = node19-19.grid.orbit-lab.org
     40  Imaged by: prasanthi, Imaged on: 2014-11-18 at 12:13:15
     41}}}
     42
     43To view the spectrum of the match while in progress, please check the [Match Visualization http://www.orbit-lab.org/wiki/DSC/zdc_framework-viz#MatchVisualization] page for details.