IRIS_TO_PC
Data Receipt Via UDP Sockets
IRIS_TO_PC is a 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.
Related Programs:
PC_TO_IRIS
is an executable C program which runs on the PC,
and sends data to be received by the IRIS_TO_PC program.
Source Code:
List of Routines:
-
MAIN the main program.
-
BYTE2INT converts 4 bytes into an unsigned integer..
-
INT2BYTE converts an unsigned integer into 4 bytes.
-
SOCKET_LOCAL creates a local socket.
-
SOCKET_RECV returns the data received from the socket.
-
SOCKET_REMOTE returns the address of a remote host from its name.
-
SOCKET_TERMINATE closes the local socket.
You can go up one level to
the C source codes.
Last revised on 07 December 2007.