A multithreaded server-client chat lobby programmed in C that utilizes TCP to allow communicatation between all connected users; this program is designed for LAN and Linux machines.
- Open a terminal
- Go to the src directory in the project
- Run
make
- Run appropriate executable
- server
./server.exe
- client
./client.exe
- server
Hosting computer should provide a local ip address.
./server.exe 192.168.xxx.xxx