Changes between Version 9 and Version 10 of DSC/zdc_framework
- Timestamp:
- Jul 17, 2013, 6:31:09 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DSC/zdc_framework
v9 v10 16 16 17 17 18 Teams must ensure that their images contain '''/root/dsc-code_tx''' and '''/root/dsc-code_rx'''. Further, these executables/scripts must be able to receive as input three parameters:18 Teams must ensure that their images contain '''/root/dsc-code_tx''' and '''/root/dsc-code_rx'''. Only these names will be used for testing and scoring. Further, these executables/scripts must be able to receive as input three parameters: 19 19 * '''-f 1700000000''' : option for specifying the center frequency (in this example 1.7GHz) 20 20 * '''-s idb2''' : option for specifying the packet server host name (in this example idb2) … … 23 23 Please note that idb2 and 1700000000 are provided merely for illustration purposes and that the teams must allow for the values passed to be entered by the evaluators. Finally, no modifications to this execution format is allowed, and no additional fields will be used during evaluation. 24 24 25 Teams should also implement their radios such that packets are drawn from port ABCD while packets are delivered25 Teams should also implement their radios such that packets are drawn from port 5123, while packets are delivered to port 5125. An illustration of this can be seen in the Python code '''here'''. 26 26 27 27