IRIS_TO_PC is a C program which runs on an SGI (or other UNIX machine), opens a socket under the UDP protocol, and waits for any data that may come in. The PC_TO_IRIS program can send such data.
The computer code and data files described and made available on this web page are distributed under the GNU LGPL license.
IRIS_TO_PC is available in a C version.
PC_TO_IRIS is a C program which runs on a PC, and sends data to be received by the IRIS_TO_PC program.
XDR, a C library which allows data to be transferred from one computer system to another using an external data representation;
You can go up one level to the C source codes.