PC_TO_IRIS is a C program which runs on a PC, uses the WINSOCK API, opens a socket under the UDP protocol, and sends data to another machine. The IRIS_TO_PC program can be used to receive this data.
The computer code and data files described and made available on this web page are distributed under the GNU LGPL license.
PC_TO_IRIS is available in a C version.
IRIS_TO_PC is a C program which runs on an SGI IRIS and receives data transmitted by the PC_TO_IRIS 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.