GitHub topics: reliable-data-transfer
USNavalResearchLaboratory/norm
NACK-Oriented Reliable Multicast (NORM) implementation & tools (RFCs 5740, 5401)
Language: C++ - Size: 13.2 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 107 - Forks: 37

seniorjoinu/reliable-udp
Multiplexed, coroutine-powered reliable UDP for Kotlin using fountain codes
Language: Kotlin - Size: 418 KB - Last synced at: 5 months ago - Pushed at: about 6 years ago - Stars: 34 - Forks: 0

w1ll18m/ReliableDataTransfer
Implementation of a congestion controlled pipelined RDT protocol over an unreliable UDP channel
Language: Python - Size: 10.7 KB - Last synced at: 12 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

prempreetbrar/UDPFileTransferrer
A stop-and-wait reliable data transfer FTP client based on UDP.
Language: Java - Size: 26.7 MB - Last synced at: 5 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 1

moharamfatema/http-server-client-python Fork of NourhanWaleed/Socket-Programming-Assignment
An HTTP server that supports HTTP 1.1 GET and POST requests from any HTTP client, and an HTTP client with cache, both built from scratch on TCP sockets.
Size: 33.3 MB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

muratbayrktr/MADP-A-Reliable-Data-Protocol
The Multifaceted Adaptive Data Protocol (MADP) is a novel data transfer protocol developed to enhance reliability and performance over UDP.
Language: Jupyter Notebook - Size: 34.7 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

cathug/rdt-over-udp
Reliable Data Transfer over UDP
Language: Java - Size: 10.7 KB - Last synced at: almost 2 years ago - Pushed at: almost 8 years ago - Stars: 2 - Forks: 0

wjjr/rdt 📦
A simple program using a Reliable Data Transfer Protocol over UDP. (Software developed as part of the course 'Communication Infrastructure')
Language: Python - Size: 7.81 KB - Last synced at: almost 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

adikul30/efficient-data-transfer-over-lossy-network
Multicast IP + RIPv2 + RDP
Language: Java - Size: 25 MB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

sanchewy/ReliableDataTransfer
Implement Reliable Data Transfer (RDT) 2.1 and 3.0 protocols using python
Language: Python - Size: 98.6 KB - Last synced at: about 2 years ago - Pushed at: almost 8 years ago - Stars: 1 - Forks: 0

Elzawawy/RealiableUDP
A Reliable application layer built over the unreliable UDP, using two different algorithms: Stop And Wait (rdt 3.0) and Go Back N.
Language: C++ - Size: 305 KB - Last synced at: about 2 years ago - Pushed at: almost 6 years ago - Stars: 2 - Forks: 2

AmrHendy/tcp-protocol
Reliable Transport Protocol (TCP) implementation using unreliable delivery mechanism.
Language: C++ - Size: 2.86 MB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 5 - Forks: 3

suryadev99/GoBack-N-Protocol
In this project , you will emulate the operation of a link layer and network layer protocol in a small computer network. You will start several nodes so that they can send packets to each other as if there are links between them. Running as an independent node, your program should implement a simple version of GoBack-N Protocol Link Layer
Language: Python - Size: 7.81 KB - Last synced at: about 2 months ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

thoresonjd/reliable-data-transfer-3.0
A simplified implementation of Reliable Data Transfer 3.0.
Language: Python - Size: 317 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Subangkar/Reliable-Data-Transfer-Protocols-CPP-Implementation
Reliable Transport Protocols (RDT3.0) alternating-bit-protocol (abp) and go-back-n (gbn) c++ implementation
Language: C++ - Size: 282 KB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 3 - Forks: 1

papastam/HY335_project 📦
Computer Networks project (HY335A) [winter semester of 2021]
Language: C - Size: 218 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

julienschmidt/protocol-design 📦
secure cloud sync protocol design project
Language: Python - Size: 346 KB - Last synced at: 6 days ago - Pushed at: about 7 years ago - Stars: 3 - Forks: 0

chkarthik1729/RDT-Stop-and-Wait 📦
Reliable Data Transfer over UDP using simple sequential stop and wait protocol
Language: C - Size: 25.4 KB - Last synced at: 5 months ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

Howard-Hsiao/reliable_socket_program
This is an socket program, implementing the reliable data transfer with application layer protocol.
Language: C++ - Size: 924 KB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 2 - Forks: 0

RazGavrieli/Server_Clients_chat_in_python
This is a simple messaging app in Python3. A TCP protocol is used to transfer string messages between clients(through the server). And a UDP protocol with reliability layer on top of it is used to transfer files.
Language: Python - Size: 53.7 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

Shukti042/Computer-Networks
Computer Networks
Language: C - Size: 5.76 MB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

ysyesilyurt/RDT-Protocol
Implementation of a multihomed and pipelined Reliable Data Transfer Protocol (RDT) over UDP on a network topology
Language: Python - Size: 14 MB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 3 - Forks: 1

Fatima-Mujahid/reliability-with-udp
Computer Networks project - Implementation of reliable UDP file transfer.
Language: C - Size: 1.19 MB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

paukerspinner/encode-decode_ReedSolomonCode
Highly reliable data transmission using Reed-Solomon
Language: Python - Size: 323 KB - Last synced at: over 2 years ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 1

lucasrennok/UDP_File_Transfer
Reliable File Transfer Peer to Peer with UDP. Trabalho final de Redes. Transferência confiável de arquivos ponto a ponto com UDP.
Language: C - Size: 17.2 MB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 2 - Forks: 0

tansly/ceng435
Language: TeX - Size: 646 KB - Last synced at: 3 months ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 0

AmiraMohamd95/NetworksAssignments
Language: C++ - Size: 764 KB - Last synced at: 4 months ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 2

Guppster/Drive
🏎 Cloud drive networking implementation in C
Language: C - Size: 880 KB - Last synced at: about 6 hours ago - Pushed at: over 7 years ago - Stars: 3 - Forks: 1
