Skip to content

UMD ECE570 proj1 client and server written in C which implement a simple layer 2 file transmission protocol

Notifications You must be signed in to change notification settings

slagernate/L2ftp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Watch: https://www.youtube.com/watch?v=XOcbwChidB0

In this video I explain the client and server running a simple layer 2 datalink protocol (header, packet count, and CRC) that I wrote in C, and then demo them using a remote server hosted by Google's Cloud Platform. In the demo, the client alternates between sending (psuedo) randomly corrupt and correct packets, while the server will attempt to verify the packet with a CRC check and either request a retransmission or return an ACK message. A .wav file is sent to the server and back.

About

UMD ECE570 proj1 client and server written in C which implement a simple layer 2 file transmission protocol

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages