Planning algorithms projects repository
-
Updated
Feb 6, 2024 - Python
Planning algorithms projects repository
Implementation of a multihomed and pipelined Reliable Data Transfer Protocol (RDT) over UDP on a network topology
Implement an application level RDT protocol.
Repository for CENG435 - Data Communications and Networking homeworks.
This is a simple reliable data transfer protocol implemented over UDP. The protocol is based on the Go-Back-N protocol.
The client/server pair allows the client to transfer a single file to a server's local directory. The client/server communication runs over UDP on a very unreliable network.
Add a description, image, and links to the rdt topic page so that developers can more easily learn about it.
To associate your repository with the rdt topic, visit your repo's landing page and select "manage topics."