Changes between Version 2 and Version 3 of DSC/zdc_framework-viz


Ignore:
Timestamp:
Feb 4, 2014, 4:02:16 AM (10 years ago)
Author:
seskar
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DSC/zdc_framework-viz

    v2 v3  
    11= Match Visualization =
    22
    3 The 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 special monitoring nodes in the ORBIT infrastructure. ssh tunneling has to be used to enable websocket connections to the monitoring nodes in the ORBIT facility.
     3[[TOC(DSC*,depth=2)]]
    44
    5 The following SSH command will establish the required 13 tunnels:
     5DARPA 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. Once user has approved and current time slot, the following SSH command can be used to establish required tunnels:
    66{{{
    77ssh -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
    88}}}
    99
     10
    1011== Competitive Match Visualization ==
     12[[Image(CompVis.jpg, width=350px, right, title="Competitive Match Visualization")]]
     13Once required tunnels are established, competitive matches can be visualized by pointing your '''Chrome''' (other browsers are not guaranteed to work) browser at:
    1114
    12 Once required tunnels are established, competitive matches can be visualized by pointing your Chrome browser at [http://www.orbit-lab.org/status/DSC/dsc-comp.html http://www.orbit-lab.org/status/DSC/dsc-comp.html]. The page is shown in Figure 1
    13 [[Image(CompVis.jpg, width=300px, right, title="Competitive Match Visualization")]]
     15'''[http://www.orbit-lab.org/status/DSC/dsc-comp.html http://www.orbit-lab.org/status/DSC/dsc-comp.html]'''.
     16
     17As can be seen in Figure 1, browser window is separated into two areas: spectrum visualization on the top and packet server status at the bottom.
     18
     19
     20Source and destination nodes spectral occupancy is shown in 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.
     21
     22The 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.
     23
    1424
    1525== Cooperative Match Visualization ==
     26[[Image(CoopVis.jpg, width=350px, right, title="Competitive Match Visualization")]]
     27Cooperative matches can be visualized at
    1628
    17 Cooperative matches can be visualized at [http://www.orbit-lab.org/status/DSC/dsc-coop.html http://www.orbit-lab.org/status/DSC/dsc-coop.html].
    18 [[Image(CoopVis.jpg, width=300px, right, title="Competitive Match Visualization")]]
     29'''[http://www.orbit-lab.org/status/DSC/dsc-coop.html http://www.orbit-lab.org/status/DSC/dsc-coop.html]'''.