Project in python, using sockets to build client server communication about the 3-way handshake that learn in basic networking. Class thats build on the 3-way handshake principle, and 2 python files one for server other for client. The connection will cut when reaching to the server with the "ack" request from the client.
This project require socket dependency to use.