A simple program built to experiment with Sockets in C using TCP/IP. Users can chat back and forth via two seperate terminals on localhost until a user enters "quit", in which case the program terminates.
In order to get the app up and running, you will need to terminals open on your machine. Follow the instructions below.
- Download ZIP
- Navigate to the diretory where you saved the project
- Extract the project
- In both terminals, navigate to the app directory.
- To compile, enter the following command in one of the terminals:
make
- Enter the following command in the first terminal:
./chat
- Enter the following command in the second terminal:
./chat 127.0.0.1
- Both terminals are now connected. You can now chat freely!
- To quit the program enter the following:
quit
- Cameron Slupeiks - cameronSlupeiks
- Cameron O'Leary - cameronoleary