Changes between Version 9 and Version 10 of DSC/zdc_framework


Ignore:
Timestamp:
Jul 17, 2013, 6:31:09 PM (11 years ago)
Author:
trappe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DSC/zdc_framework

    v9 v10  
    1616
    1717
    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:
     18Teams 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:
    1919 * '''-f 1700000000''' : option for specifying the center frequency (in this example 1.7GHz)
    2020 * '''-s idb2''' : option for specifying the packet server host name (in this example idb2)
     
    2323Please 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.
    2424
    25 Teams should also implement their radios such that packets are drawn from port ABCD while packets are delivered
     25Teams 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'''.
    2626
    2727