Implementation of a transport protocol that sends and receives a chosen file through a simulated channel.
-
Updated
Jan 19, 2021 - Python
Implementation of a transport protocol that sends and receives a chosen file through a simulated channel.
This project implements a simplified version of TCP over UDP for reliable, uni-directional data transfer, featuring a custom segment format, a sliding window protocol, and logging of sent/received segments, while emulating packet loss scenarios for testing.
Add a description, image, and links to the transport-protocol topic page so that developers can more easily learn about it.
To associate your repository with the transport-protocol topic, visit your repo's landing page and select "manage topics."