1 | Backend sends data to Scivis via a socket. |
2 | The client may be implemented in any language. We provide initial support for Java, C, C++, and Fortran90 programs to connect to the server via a function call: |
3 | java_ser("sample_data",time,x,y,nx) |
4 | The users can send the data to the server anywhere and any platform if the socket is supported. (Currently we have tested this on (SGI, Dec Alpha, Solaris, SP2, Linux, NT). |