Changes between Version 14 and Version 15 of DSC/zdc_framework
- Timestamp:
- Jul 17, 2013, 10:25:46 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DSC/zdc_framework
v14 v15 15 15 5. [attachment:dsc-wildcard.rb]: this is the OEDL experiment script to execute the matches. 16 16 17 18 17 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 18 * '''-f 1700000000''' : option for specifying the center frequency (in this example 1.7GHz) … … 23 22 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 23 25 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 in the table below:24 Teams should also implement their radios such that packets are drawn from port 5123, while packets are delivered to port 5125 on the packet server specified with the '''-s''' argument. An illustration of this can be seen in the Python code in the table below: 26 25 27 26 ||= Transmitter =||= Receiver =|| … … 63 62 }}} 64 63 65 Teams are also required to label their image with the image name they intend to use for submission, which should be stored in file named '''/.orbit_image''' on the root of the filesystem . For example, if the team intends to submit an image with image name '''orbit-bot.ndz''' the /.orbit_image directoryshould contain '''orbit-bot'''.64 Teams are also required to label their image with the image name they intend to use for submission, which should be stored in file named '''/.orbit_image''' on the root of the filesystem before node is saved. For example, if the team intends to submit an image with image name '''orbit-bot.ndz''' the /.orbit_image file should contain '''orbit-bot'''. 66 65 67 66 === Packet Server === … … 183 182 }}} 184 183 184 == Submitting the image == 185 185 186 NOTES: