PC_TO_IRIS
Data Transmission Via UDP Sockets


PC_TO_IRIS is a Visual 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.

Related Programs:

IRIS_TO_PC is an executable C program which runs on the Iris, and receives data transmitted by the PC_TO_IRIS program.

Source Code:

List of Routines:

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


Last revised on 07 December 2007.