Skip to content

arunooralath/URDT

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

How to compile?

Go to the directory where pom.xml file sits, run:

mvn clean install

to compile the whole project. The generated jar file will sit under target directory.

How to run?

Use:

java -cp jar-name core.UdtServer port-number

to run the server.

Use:

java -cp jar-name core.UdtClient server server-port remote-file-path local-file-path

to run the client.

Reference:
https://tools.ietf.org/html/draft-gg-udt-03

About

Udp based reliable data transfer protocol, support simple flow control and congestion control

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 100.0%