Skip to content

IChowdhury01/Custom-Transport-Protocol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Transport Protocol

Description

This is a custom transfer protocol built to send and receive data through a simulated channel. The user may specify any file that they want to send through the channel, and compare the received file's contents to the original file. Channel simulation code was written by Shivam Mevawala.

Instructions

  1. Install Python 3+
  2. Open your Python interpreter to the project directory.
  3. Open the Makefile and choose which input file to use, as well as the name of your output file.
  4. make test to simulate data transfer of the input file through the channel.
  5. make diff to compare the sent transferred input file and received output file.
  6. Other options
    • make kill to end the program.
    • make clean to clean leftover files.

About

Implementation of a transport protocol that sends and receives a chosen file through a simulated channel.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors