Changes between Version 49 and Version 50 of DSC/QandA


Ignore:
Timestamp:
Aug 13, 2013, 2:25:48 PM (11 years ago)
Author:
seskar
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DSC/QandA

    v49 v50  
    44
    55== Tournament Q&A ==
     6 1. Q:'''Is frequency and mode (COMP/COOP) the only inputs for our code? i.e., Can we hardcode the port numbers 5123, 5125 and the server "idb2" in our tx/rx codes?''' [[BR]]
     7    A:Yes frequency and mode are the only parameters for the grid deployment (i.e. if you want to use sandboxes for development you would need to have the packet server host name as parameter since; sandboxes are using console to run a modified packet server given that they have only two nodes; the ports are the same for all packet server instances).
     8 1. Q:'''Does the final dsc-challenge.rb script need only python files as inputs? Or do they just need to be some executables? Will the format of the dsc-challenge.rb (dsc-match.rb) be the same as it is shown now in the website?''' [[BR]]
     9    A:The script really doesn't care what type of executable it is - as long as the filename and path stay the same (and the file is executable) the script should work.
     10 1. Q:'''When is the event ALL_UP_AND_INSTALLED triggered? Is it when both the transmitters send request for packets and when both the receivers connect to the 5125 port?''' [[BR]]
     11    A: ALL_UP_AND_INSTALLED event is triggered when OMF frameworks receives node registration confirmation and verifies that all applications are ready to run (since we are not installing any applications dynamically but just registering them as part of the script, this really means the node booted properly and registered with OMF controller).
    612 1. Q:'''What is the maximum time for the competitive and cooperative match?''' [[BR]]
    713    A: 180 seconds for each.