-
Notifications
You must be signed in to change notification settings - Fork 0
scriptographers/CS252-Lab-3
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
CS 252: Lab 3 Authors: 1.) Harshit Varma (190100055) 2.) Devansh Jain (190100044) 3.) Krushnakant Bhattad (190100036) File Descriptions: (All code is present inside src directory) 1.) sender.c : Contains the code for the sender program 2.) receiver.c : Contains the code for the receiver program 3.) run.sh : Bash script that compiles both sender and receiver files and runs the experiment Usage: bash run.sh <Senders Port> <Receivers Port> <Number of packets> <Timeout> <Drop probability> Example: bash run.sh 8080 8000 100 5 0.5 Running this script also creates sender.txt and receiver.txt which contains the required logs. Note: Before running the bash script, add the simulated delay separately
About
Lab 3, Computer Networks, Spring 2021, IIT Bombay