This one for now doesn't have a makefile

gcc -c *.c
rm us_client.o
gcc *.o -lm -o upsd

The client demonstrates the network protocol
