Skip to content

[c] Simple and dirty file sharing app, using Reliable transmission over UDP (selective repeat)

License

Notifications You must be signed in to change notification settings

M425/reliable-udp

Repository files navigation

reliable-udp

Simple and dirty file sharing app, using Reliable transmission over UDP (selective repeat)

RUDPTransf_Recver.c,RUDPTransf_Sender.c and libs/libRUDP-trasnsfer_sender.c,libs/libRUDP-trasnsfer_recver.c contain the basic functions to open UDP sockets and carry out the reliable UDP protocol using "Selective Repeat" technique.

The transfer is a multi-thread (pthread) operation.

The file sharing code is a simple multi-process application.

About

[c] Simple and dirty file sharing app, using Reliable transmission over UDP (selective repeat)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published