Changes between Version 33 and Version 34 of DSC/zdc_framework


Ignore:
Timestamp:
Nov 21, 2013, 8:42:10 PM (10 years ago)
Author:
trappe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DSC/zdc_framework

    v33 v34  
    159159 * For competitive matches, the command line is:
    160160{{{
    161 username@console.grid:~$ omf exec system:exp:dsc-match -- --mode COMP
    162 }}}
     161username@console.grid:~$ omf-5.4 exec system:exp:dsc-match -- --team1 dsc-teamX --team2 dsc-teamY --mode COMP
     162}}}
     163Please note that the command line above is an expanded version of the command line used for the Preliminary round.
     164
    163165     [[CollapsibleStart(Competitive match output)]]
    164166     The output of the competitive match should look similar to the following:
    165167{{{
    166 username@console.grid:~# omf exec system:exp:dsc-match -- --mode COMP
    167 
    168  INFO NodeHandler: OMF Experiment Controller 5.4 (git 5385228)
     168username@console.grid:~# omf-5.4 exec system:exp:dsc-match -- --team1 dsc-teamX --team2 dsc-teamY --mode COMP
     169
     170INFO NodeHandler: OMF Experiment Controller 5.4 (git 8f9e1c0)
     171 INFO NodeHandler: Reading configuration file /etc/omf-expctl-5.4/services.yaml
     172 INFO NodeHandler: Add domain http - http://internal1.orbit-lab.org:5054/
     173 INFO NodeHandler: Add domain http - http://repository1.orbit-lab.org:5054/
    169174 INFO NodeHandler: Slice ID: default_slice (default)
    170  INFO NodeHandler: Experiment ID: default_slice-2013-08-13t11.22.10.060-04.00
     175 INFO NodeHandler: Experiment ID: default_slice-2013-11-21t14.55.06.072-05.00
    171176 INFO NodeHandler: Message authentication is disabled
    172177 INFO Experiment: load system:exp:stdlib
    173  INFO property.resetDelay: resetDelay = 220 (Fixnum)
     178 INFO property.resetDelay: resetDelay = 230 (Fixnum)
    174179 INFO property.resetTries: resetTries = 1 (Fixnum)
    175180 INFO Experiment: load system:exp:eventlib
     
    181186 INFO property.runtime: runtime = 180 (Fixnum)
    182187 INFO property.mode: mode = "COMP" (String)
    183  INFO property.team1: team1 = "dsc-teamA" (String)
    184  INFO property.team2: team2 = "dsc-teamC" (String)
    185  INFO property.team3: team3 = "dsc-teamB" (String)
    186  INFO Topology: Loaded topology 'system:topo:dsc-teamA'.
    187  INFO Topology: Loaded topology 'system:topo:dsc-teamC'.
    188  INFO exp: Connecting to packet server
     188 INFO property.team1: team1 = "dsc-teamX" (String)
     189 INFO property.team2: team2 = "dsc-teamY" (String)
     190 INFO property.team3: team3 = "dsc-teamC" (String)
     191 INFO Topology: Loaded topology 'system:topo:dsc-teamX'.
     192 INFO Topology: Loaded topology 'system:topo:dsc-teamY'.
     193 INFO exp: Connecting to idb2 at 5128
    189194 INFO ALL_UP_AND_INSTALLED: Event triggered. Starting the associated tasks.
    190195 INFO exp: Preparing packet server
    191  INFO exp: Request from Experiment Script: Wait for 2s....
     196 INFO exp: Request from Experiment Script: Wait for 5s....
    192197 INFO exp: Start rx and tx applications
    193198 INFO exp: Request from Experiment Script: Wait for 10s....
    194  INFO exp: Sending signal to packet server to start serving packets
     199INFO exp: Sending signal to packet server to start serving packets
    195200 INFO exp: Running the experiment
    196201 INFO exp: Request from Experiment Script: Wait for 180s....
    197202 INFO exp: Getting the score
    198  INFO exp: Team 1: Sent 12817440 Received 2776320 in 180 seconds
    199  INFO exp: Team 2: Sent 21457440 Received 16045920 in 180 seconds
     203 INFO exp: Team 1: Sent 8801 Received 2503 in 176741 seconds
     204 INFO exp: Team 2: Sent 14801 Received 0 in 0 seconds
    200205 INFO exp: Stopping the applications
    201206 INFO exp: Request from Experiment Script: Wait for 2s....
     
    203208 INFO NodeHandler: Shutting down experiment, please wait...
    204209 INFO NodeHandler:
    205 default_slice-2013-08-13t11.22.10.060-04.00 EXP.DONE Running for 206 sec
    206  INFO run: Experiment default_slice-2013-08-13t11.22.10.060-04.00 finished after 3:26
     210 INFO EXPERIMENT_DONE: Event triggered. Starting the associated tasks.
     211 INFO run: Experiment default_slice-2013-11-21t14.55.06.072-05.00 finished after 3:54
    207212
    208213username@console.grid:~#
    209214}}}
    210215     [[CollapsibleEnd]]
     216
     217Please note the scores that are reported in the above match:
     218 INFO exp: Getting the score
     219 INFO exp: Team 1: Sent 8801 Received 2503 in 176741 seconds
     220 INFO exp: Team 2: Sent 14801 Received 0 in 0 seconds
     221
     222You should recognize that the scores are very low! You should try to understand why the scores are so low for this match and incorporate the knowledge you learn into your own radio design!
    211223
    212224 * For cooperative matches, the command line is: