This is the README for assignment 6, the client/server programs..


TYPE 'make', or 'make all' to compile the programs.

This is a simple client/server setup.  The client is called ben_c, the
server is ben__d.  The server is presently set up to run as a daemon, but
with the deletion of a #define in the server.h file, it will run as a normal
program.

SEE server.cc for more documentation!!

The default port for the server is 4554.

After running the daemon (ben__d), you can connect with the client with
the command:

ben_c <hostname> 4554

To kill the daemon, use the killd script.

Any questions, mail me:  greear@cs.uga.edu


Ben Greear

PS:  Its silly to name it assn6.c, because there are several files,
notably the client and server.  I have named them more suitably.
