Changes between Version 4 and Version 5 of DSC/dc_trial2
- Timestamp:
- Jun 25, 2013, 7:50:05 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DSC/dc_trial2
v4 v5 10 10 2. ''dsc-bot.ndz'': disk image loaded onto one pair of nodes. This image has all the prerequisite software to configure the USRPs and execute a house radio bot. 11 11 3. ''team-image.ndz'': disk image that contains the team's radio. In the explanation that follows, we use the house bot as the team's radio, effectively placing house bot against house bot. 12 4. Scoring packet server: This is server that resides on the grid console (for the practice) and is used by atransmitting nodes to send data packets over the air via USRP as well as by the receiving nodes to submit received packets for scoring.12 4. Scoring packet server: This is server that resides on the grid console (for the practice) and is used by the transmitting nodes to send data packets over the air via USRP as well as by the receiving nodes to submit received packets for scoring. 13 13 5. [attachment:dsc-wildcard.rb]: this is the OEDL experiment script to execute the game. 14 14 … … 59 59 * The output should look similar to the following: 60 60 {{{ 61 root@console.grid:~# omf exec dsc-wildcard.rb -- --team1 dsc-teamA --team2 dsc-teamC61 username@console.grid:~# omf exec dsc-wildcard.rb -- --team1 dsc-teamA --team2 dsc-teamC 62 62 63 63 INFO NodeHandler: OMF Experiment Controller 5.4 (git 578791f) … … 133 133 INFO run: Experiment default_slice-2013-06-25t15.36.33.467-04.00 finished after 2:6 134 134 135 root@console.grid:~# INFO 15:38:41.686 (main.cpp:366) - 105 sec timeout reached - closing connection135 username@console.grid:~# INFO 15:38:41.686 (main.cpp:366) - 105 sec timeout reached - closing connection 136 136 INFO 15:38:41.686 (main.cpp:371) - TEAM 1 t=105000(ms) rx/tx bytes=9411840/12526560 success=75.1351% 137 137 INFO 15:38:41.686 (main.cpp:371) - TEAM 2 t=105000(ms) rx/tx bytes=452160/7200000 success=6.28% 138 138 139 root@console.grid:~#139 username@console.grid:~# 140 140 }}} 141 141