IRISTOPC - Data Receipt Via UDP Sockets
IRISTOPC 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 PCTOIRIS program can send such data.
Files you may copy include:
The list of routines includes:
-
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.
Back to the C software page.
Last revised on 16 November 1998.