This project implements a simple TCP client-server application using Linux sockets in C++. The server listens on a specified port and logs messages from connected clients. Each client connects to the ...