Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

KarthikReddyPuli/CS3543-Assignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IITH_CS3543_Assign2py_Mar2021


What is this?

This an RDT implementation over UDP. It is written in python.



Initialization

pip install -r requirements.txt



Commands

Server

Format "py(thon3) UDP_Server.py <client_IP> <output_filename>"

Example "python UDP_Server.py 127.0.0.1 out_CS3543_100MB"


Client

Format "py(thon3) UDP_Client.py <server_IP> <input_filename>"

Example "python UDP_Client.py 127.0.0.1 CS3543_100MB"



About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages