Skip to content

Implementation of a tcp protocol using udp sockets in java

Notifications You must be signed in to change notification settings

gps08/Tcp-using-Udp-socket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Implementation of a tcp protocol using udp sockets in java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages