Skip to content

henriquekops/UDPTransmitter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UPDTransmitter

A UDP socket file transmitter developed at PUCRS.

alt text

How to run

First you need to compile using...

# server
javac src/ServerMain.java

# client
javac src/ClientMain.java

...and then run each socket on a different shell using

# server
java src.ServerMain

#client
java src.ClientMain

About

UDP socket file transmission implemented in JAVA considering packet retransmission and error handling

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages