Skip to content

UDP client which implements sliding window protocol for file download

Notifications You must be signed in to change notification settings

gregb122/udp_transport

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

udp_transport

UDP client which implement sliding window protocol for file download

how to compile:

go to src folder and use make command

how to start client:

./transport <server_ip> <file_name> <size_to_download>

for example:

./transport 192.168.56.101 40001 output 10000002

how to clean compiled files:

You can use make clean command.

how to clean compiled files and delete executable files:

You can use make distclean command.

About

UDP client which implements sliding window protocol for file download

Resources

Stars

Watchers

Forks