Instructions for running and compiling project.  Consists of two separate 
Eclipse projects.  One for the Client, and one for the Server.

If Eclipse is going to be used, each project can be imported.  Otherwise, the 
source files are located in the first directory, make files are located in the
Release directory.  I have tried building by typing make in the Release folder,
and this worked for me.

Note 1: Server Project is cross compiled for arm.  This compiler must be
        available on the system.  If just wanting to verify compilation, the
        program should be able to compile on any version of gcc.

Note 2: To run the client program, a connection to a server must be made.  The
        client expects certain reply messages, but this can be easily tricked.
        Program exits if gnuplot is not found in path.
