PC_TO_IRIS
Data Transmission Via UDP Sockets


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.

Licensing:

The computer code and data files described and made available on this web page are distributed under the GNU LGPL license.

Languages:

PC_TO_IRIS is available in a C version.

Related Programs:

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;

Source Code:

List of Routines:

You can go up one level to the C source codes.


Last revised on 07 December 2007.