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.
- Install Python 3+
- Open your Python interpreter to the project directory.
- Open the Makefile and choose which input file to use, as well as the name of your output file.
make testto simulate data transfer of the input file through the channel.make diffto compare the sent transferred input file and received output file.- Other options
make killto end the program.make cleanto clean leftover files.