Skip to content

Latest commit

 

History

History
6 lines (3 loc) · 328 Bytes

README.md

File metadata and controls

6 lines (3 loc) · 328 Bytes

Reliable UDP Server

A reliable UDP server built in python 3 for the Csc 361 (Computer Communication and Networks) course at UVIC.

It can simulate the packets being lost on the network using a random number generator function and can retransmit them for error recovery. It also checks the final file by using the md5 sum.