Client-server relationship both two applications based on Linux sockets writed on C++ programming language
The client connects to the server automatically. The client can reconnect to the server and send data.
Client specializes in endlessly requesting data, processing it, and sending this data to the server if it is correct.
The server is specialized in such a way that it can automatically process data coming from the client and output the correctness of this data. When the client disconnects, the server will notify about the client disconnection, but will still wait for data.
cd src
make
./server_exe
./client_exe