Changes between Version 14 and Version 15 of DSC/zdc_framework


Ignore:
Timestamp:
Jul 17, 2013, 10:25:46 PM (11 years ago)
Author:
seskar
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DSC/zdc_framework

    v14 v15  
    1515 5. [attachment:dsc-wildcard.rb]: this is the OEDL experiment script to execute the matches.
    1616
    17 
    1817Teams 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:
    1918 * '''-f 1700000000''' : option for specifying the center frequency (in this example 1.7GHz)
     
    2322Please 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.
    2423
    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:
     24Teams 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:
    2625
    2726||= Transmitter =||= Receiver =||
     
    6362}}}
    6463
    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 directory should contain '''orbit-bot'''.
     64Teams 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'''.
    6665
    6766=== Packet Server ===
     
    183182}}}
    184183
     184== Submitting the image ==
     185
    185186NOTES: