Real Time Synchronous Collaborative Visualization with SV2
SV2-Server : Receiving and multi-casting the data, it contains two computation engines: geometry and filter engines.Simulator provides real time data to SV2-server.
SV2-Client : It consists two parts, a client Manager and a Data Viewer. Data Viewer is implemented using JDK1.2 and Java3D API
Large Data sets and Control messages are separated (through SV2 Server and Tango respectively)
Substantial computing is needed on SV2-Server . This computing time is critical to the response time of the whole system. Critical Server portions written in C++. Rest of System Java
Usually simulator is written in Fortran/C/C++ instead of Java.In SV2, we provide C API for simulator to pass Data to SV2-Server