Changes between Version 6 and Version 7 of DSC/Hurdle2
- Timestamp:
- Jun 11, 2014, 1:50:40 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DSC/Hurdle2
v6 v7 58 58 }}} 59 59 60 In addition, you have to turn on the packets server by running the following code in the command line: 61 {{{ 62 /usr/local/bin/dsc_pkt_server_local & --port 5123 63 }}} 64 65 Also, be mindful that benchmark_tx2.py and benchmark_rx2.py were modified to work on the main grid. To successfully set up the receiver and transmitter, one should go into those files and modified the IP addresses that are associated with TCP if he or she doing it on the Sandboxes. One can find out the neccesary IP address of the console by running the command 'ifconfig' if he or she is using linux. It should be the one after 'inet' in the 'eth1' section with the format of '10.xx.0.10'. 66 60 67 Teams should note that there are many different parameters available for them to adjust (information about these parameters may be found by using the flag --help at the command line). For example, users can adjust the following parameters: amplitude; receiver gain; transmitter gain; modulation type; and bitrate. Teams are advised that if they don't properly adjust parameters like gain and amplitude, then the receiver may not be able to properly demodulate, and thus will fall short of achieving the required 2000 successful packets in 12 seconds time. 61 68 … … 87 94 88 95 --ORBIT Spectrum Challenge Team 89