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


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

Legend:

Unmodified
Added
Removed
Modified
  • DSC/zdc_framework-viz

    v3 v4  
    33[[TOC(DSC*,depth=2)]]
    44
    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. Once user has approved and current time slot, the following SSH command can be used to establish required 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 since the console ports 6100 - 6113 are not open for outside access. Once user has approved (and current) time slot, the following SSH command (assuming Linux/Unix/BSD based system) 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 
     10Most 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].
     11 
    1112== Competitive Match Visualization ==
    1213[[Image(CompVis.jpg, width=350px, right, title="Competitive Match Visualization")]]