Changes between Version 33 and Version 34 of DSC/zdc_framework
- Timestamp:
- Nov 21, 2013, 8:42:10 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DSC/zdc_framework
v33 v34 159 159 * For competitive matches, the command line is: 160 160 {{{ 161 username@console.grid:~$ omf exec system:exp:dsc-match -- --mode COMP 162 }}} 161 username@console.grid:~$ omf-5.4 exec system:exp:dsc-match -- --team1 dsc-teamX --team2 dsc-teamY --mode COMP 162 }}} 163 Please note that the command line above is an expanded version of the command line used for the Preliminary round. 164 163 165 [[CollapsibleStart(Competitive match output)]] 164 166 The output of the competitive match should look similar to the following: 165 167 {{{ 166 username@console.grid:~# omf exec system:exp:dsc-match -- --mode COMP 167 168 INFO NodeHandler: OMF Experiment Controller 5.4 (git 5385228) 168 username@console.grid:~# omf-5.4 exec system:exp:dsc-match -- --team1 dsc-teamX --team2 dsc-teamY --mode COMP 169 170 INFO 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/ 169 174 INFO NodeHandler: Slice ID: default_slice (default) 170 INFO NodeHandler: Experiment ID: default_slice-2013- 08-13t11.22.10.060-04.00175 INFO NodeHandler: Experiment ID: default_slice-2013-11-21t14.55.06.072-05.00 171 176 INFO NodeHandler: Message authentication is disabled 172 177 INFO Experiment: load system:exp:stdlib 173 INFO property.resetDelay: resetDelay = 2 20 (Fixnum)178 INFO property.resetDelay: resetDelay = 230 (Fixnum) 174 179 INFO property.resetTries: resetTries = 1 (Fixnum) 175 180 INFO Experiment: load system:exp:eventlib … … 181 186 INFO property.runtime: runtime = 180 (Fixnum) 182 187 INFO property.mode: mode = "COMP" (String) 183 INFO property.team1: team1 = "dsc-team A" (String)184 INFO property.team2: team2 = "dsc-team C" (String)185 INFO property.team3: team3 = "dsc-team B" (String)186 INFO Topology: Loaded topology 'system:topo:dsc-team A'.187 INFO Topology: Loaded topology 'system:topo:dsc-team C'.188 INFO exp: Connecting to packet server188 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 189 194 INFO ALL_UP_AND_INSTALLED: Event triggered. Starting the associated tasks. 190 195 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.... 192 197 INFO exp: Start rx and tx applications 193 198 INFO exp: Request from Experiment Script: Wait for 10s.... 194 199 INFO exp: Sending signal to packet server to start serving packets 195 200 INFO exp: Running the experiment 196 201 INFO exp: Request from Experiment Script: Wait for 180s.... 197 202 INFO exp: Getting the score 198 INFO exp: Team 1: Sent 12817440 Received 2776320 in 180seconds199 INFO exp: Team 2: Sent 21457440 Received 16045920 in 180 seconds203 INFO exp: Team 1: Sent 8801 Received 2503 in 176741 seconds 204 INFO exp: Team 2: Sent 14801 Received 0 in 0 seconds 200 205 INFO exp: Stopping the applications 201 206 INFO exp: Request from Experiment Script: Wait for 2s.... … … 203 208 INFO NodeHandler: Shutting down experiment, please wait... 204 209 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:26210 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 207 212 208 213 username@console.grid:~# 209 214 }}} 210 215 [[CollapsibleEnd]] 216 217 Please 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 222 You 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! 211 223 212 224 * For cooperative matches, the command line is: