This project aims to create a chat application by manipulating TCP.
Patrick Bald (pbald)
John Quinn (jquinn13)
Rob Reutiman (rreutima)
server
: Directory containing server source code, makefile, and example filesclient
: Directory containing client source code, makefile, and example filesserver/server.cpp
: Source code for serverserver/authfile.txt
: File containing the usernames and passwords of usersclient/client.cpp
: Source code for client
foo@comp1 $ cd server
foo@comp1 $ make
foo@comp1 $ ./chatserver $(PORT)
foo@comp2 $ cd client
foo@comp2 $ make
foo@comp2 $ ./chatclient $(COMP1) $(PORT) $(USERNAME)
foo@comp2 $ BM
foo@comp2 $ PM
foo@comp2 $ EX