IN A HURRY: 1. for UNIX systems, in general, just get the file: socket-carepack.shar It has the socket examples used in class, Makefile, and 2 intro papers to sockets in it. 2. for Usoft/Windows systems, in addition, look in the src directory and get winsock.version, which has the 4 udp/tcp simple examples translated into winsock. --------------------------------------------- bsd_socket_tutorial - BSD paper on sockets out of classic UNIX papers collection (but .me means "ME" nroff macros ...), and some C src examples. socket-carepack.shar - socket-paper shell archive, which has the contents of src && text versions of two intro to sockets papers (bsd one above and socket-paper below). socket-paper - a free intro to sockets paper src - src including winsock version of udp and tcp socket source code examples