Changes between Version 3 and Version 4 of DSC/zdc_framework
- Timestamp:
- Jul 17, 2013, 2:13:14 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DSC/zdc_framework
v3 v4 49 49 }}} 50 50 51 52 51 * Download the [attachment:dsc-challenge.rb OEDL experiment script] to your local directory. 53 52 {{{ … … 67 66 68 67 * Type to following command to run the experiment. This will start the packet server, start the source and sink for all teams and release the packet source, wait for 180 seconds and then terminate the match. The actual transmission/reception will run . 68 For competitive match, the command line should is: 69 69 {{{ 70 username@console.grid:~$ omf exec dsc-challenge.rb -- XXXXXXXXXXXXXXXXXXXXXX 70 username@console.grid:~$ omf exec dsc-challenge.rb -- --mode COMP 71 }}} 72 73 For cooperative match, the command line is: 74 {{{ 75 username@console.grid:~$ omf exec dsc-challenge.rb -- --mode COOP 71 76 }}} 72 77