Skip to content

Implementation of the theoretical network protocol "RDT"

Notifications You must be signed in to change notification settings

Daedalus9/RDTProtocol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RDTProtocol

Implementation of the theoretical network protocol "RDT"

⚠️ OS Windows limits

Due to socket.h incompatibility, these programs do not work in Windows OS

📓 Requirements

  • gcc compiler
  • C standard library

⚡ Usage

git clone https://github.com/Daedalus9/RDTProtocol
cd RDTProtocol/<RDT version>/
gcc sender.c -o sender
gcc receiver.c -o receiver
./receiver

In another bash:

./sender

About

Implementation of the theoretical network protocol "RDT"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages