In order to run the project.c file, you'll have to compile the source code and link the
code with the wiringPi library.

Once compiled, the code will run on a raspberry pi by simply typing 'sudo ./project' once it
has been ran, you can change the water level at will, and the lights will turn on and off accordingly

The client.c file must be compiled and ran on a terminal in the same network as the static IP of the
raspberry pi. Once compiled, run with './client' This should prompt the screen running the project file
that a remote connection has been established. The following commands are accepted:

LEVEL: server replys with the water level variable and the client desyphers that and relays it in
        words back to the user.

MANUAL: toggles manual mode on and off

PUMP: Accesses the manual settings for the pump if in manual mode

DRAIN: Accesses the manual settings for the drain if in manual mode

ON: Turns the pump or drain on depending on selection and if in manual mode

OFF: Turns the pump or drain off depending on selection and if in manual mode

!: Exits the client, puts server back to automation mode, and notifies the server
        that the connection had been closed