Tcp-using-Udp-socket Implementation of a tcp protocol using udp sockets in java How to run After installing java and cloning the repo cd Tcp-using-Udp-socket javac TcpServer.java javac TcpClient.java and then to start the server run java TcpServer and for client run java TcpClient