Skip to content

Implement a reliable file transfer program using UDP as part of a Computer Networks class assignment, applying knowledge learned from the course.

License

Notifications You must be signed in to change notification settings

whyzotee/udp-socket-programming

Repository files navigation

udp-socket-programming

Computer Network class assignment

How to use (Client)

python urft_client.py path_and_file_name server_ip server port

How to use (Server)

python urft_server.py server_ip server port

About

Implement a reliable file transfer program using UDP as part of a Computer Networks class assignment, applying knowledge learned from the course.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages