Changes between Version 6 and Version 7 of DSC/zdc_framework-viz
- Timestamp:
- Feb 4, 2014, 3:09:09 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DSC/zdc_framework-viz
v6 v7 3 3 [[TOC(DSC*,depth=2)]] 4 4 5 DARPA Spectrum Challenge visualization consist of a set of HTML 5 (i.e. browser) based visualization tools that relies heavily on [http://en.wikipedia.org/wiki/WebSocket websockets] and requires access to monitoring nodes in the ORBIT infrastructure. For the end user, the only way to gain this access is through ssh tunneling since the console ports 6100 - 6113 are not open for outside access. Once user hasapproved (and current) time slot, the following SSH command (assuming Linux/Unix/BSD based system) can be used to establish required tunnels:5 DARPA Spectrum Challenge visualization consist of a set of HTML 5 (i.e. browser) based visualization tools that relies heavily on [http://en.wikipedia.org/wiki/WebSocket websockets] and requires access to monitoring nodes in the ORBIT infrastructure. For the end user, the only way to gain this access is through ssh tunneling since the console ports 6100 - 6113 are not open for outside access. Once a user has an approved (and current) time slot, the following SSH command (assuming Linux/Unix/BSD based system) can be used to establish required tunnels: 6 6 {{{ 7 7 ssh -L 6100:10.50.10.10:6100 -L 6101:10.50.10.10:6101 -L 6102:10.50.10.10:6102 -L 6103:10.50.10.10:6103 -L 6104:10.50.10.10:6104 -L 6105:10.50.10.10:6105 -L 6106:10.50.10.10:6106 -L 6107:10.50.10.10:6107 -L 6108:10.50.10.10:6108 -L 6109:10.50.10.10:6109 -L 6110:10.50.10.10:6110 -L 6111:10.50.10.10:6111 -L 6112:10.50.10.10:6112 -L 6113:10.50.10.10:6113 username@console.grid.orbit-lab.org 8 8 }}} 9 9 10 Most popular Windows ssh client [http://www.chiark.greenend.org.uk/~sgtatham/putty/ PuTTY] can be similarly configured for [http://howto.ccs.neu.edu/howto/windows/ssh-port-tunneling-with-putty/ tunneling].10 Most popular Windows ssh clients [http://www.chiark.greenend.org.uk/~sgtatham/putty/ PuTTY] can be similarly configured for [http://howto.ccs.neu.edu/howto/windows/ssh-port-tunneling-with-putty/ tunneling]. 11 11 12 12 == Competitive Match Visualization == … … 16 16 '''[http://www.orbit-lab.org/status/DSC/dsc-comp.html http://www.orbit-lab.org/status/DSC/dsc-comp.html]'''. 17 17 18 As can be seen in Figure 1, browser window is separated into two areas: spectrum visualization on the top andpacket server status at the bottom.18 As can be seen in Figure 1, the browser window is separated into two areas: spectrum visualization on the top and the packet server status at the bottom. 19 19 20 20 21 Source and destination nodes spectral occupancy is shown inrespective panes and color is used to distinguish the teams. In between the two panes, the match time slider is used to indicate the current match time.21 Source and destination nodes' spectral occupancy is shown in their respective panes and color is used to distinguish the teams. In between the two panes, the match time slider is used to indicate the current match time. 22 22 23 23 The bottom part of the browser window shows the state of the packet server. Each team has transmit and receive checkerboards of 6 x 25 fields where each field corresponds to 100 packets. Color saturation is used to indicate the fraction of 100 packets that were successfully processed (pulled by the transmitter or pushed by the receiver and successfully verified by the scoring server). The table in the lower right corner shows basic numerical stats for both teams. … … 27 27 [[Image(CoopVis.jpg, width=350px, right, title="Competitive Match Visualization")]] 28 28 29 The URL for cooperative match evisualization is29 The URL for cooperative match visualization is 30 30 31 31 '''[http://www.orbit-lab.org/status/DSC/dsc-coop.html http://www.orbit-lab.org/status/DSC/dsc-coop.html]'''. 32 32 33 As can be seen from the figure, the browser window s is again vertically divided into spectrum visualization area and packet server visualization area. In addition to the third team checkerboards (far transmitted and received packets) in the scoring server visualization area, the scoring server statistics table also has the overall (joint) score for all three teams for the current cooperative match.33 As can be seen from the figure, the browser window is again vertically divided into spectrum visualization area and packet server visualization area. In addition to the third team checkerboards (for transmitted and received packets) in the scoring server visualization area, the scoring server statistics table also has the overall (joint) score for all three teams for the current cooperative match.