Skip to content

Commit c530348

Browse files
committed
Moving Codes up in hierarchy Pt1
1 parent fd9515d commit c530348

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+15
-50
lines changed

.DS_Store

6 KB
Binary file not shown.
Binary file not shown.

Assignment1/README.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

Assignment2/Assignment2-CS16B039/CRC/README

Lines changed: 0 additions & 13 deletions
This file was deleted.
Binary file not shown.
-159 KB
Binary file not shown.

Assignment2/README.md

Lines changed: 0 additions & 1 deletion
This file was deleted.
-95.2 KB
Binary file not shown.

Assignment3/README.md

Lines changed: 0 additions & 1 deletion
This file was deleted.
File renamed without changes.

CRC+SlottedAloha/CRC/README

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
2+
Please compile the crc code as :
3+
g++ crc.cpp -std=c++11
4+
Then run it as :
5+
./a.out infile outfile
6+
7+
Note that the sample infile and outfile are already present in the directory

CRC+SlottedAloha/README.md

Lines changed: 3 additions & 0 deletions

Assignment2/Assignment2-CS16B039/Slotted Aloha/README renamed to CRC+SlottedAloha/Slotted Aloha/README

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
******************************************************************
2-
CS16B039
3-
S SRINIVAS SAURAB
4-
README CRC
5-
6-
******************************************************************
71

82
The files "1", "2", "4" have the datapoints needed for gnu plotting.
93
To run aloha.cpp use the make command and run is as ./a.out -N 50 -W 2 -p 0.5 -M 5000
File renamed without changes.

Assignment3/Assignment3-CS16B039/COMMENTS renamed to FileTransferProtocol/COMMENTS

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
******************************************************************
2-
CS16B039
3-
S SRINIVAS SAURAB
4-
ASSIGNMENT 3
5-
COMMENTS
6-
******************************************************************
71

82
The assignment gives us the depth of implementation present in FTP
93
protocol. We learn how to use the underlying TCP for safe data transfer
@@ -13,7 +7,7 @@ as we do not have to worry about the lower layers. Even encode the data
137
(utf-8 or data64) there are ready APIs available between application and
148
the socket interface like the .encode() method that we have used.
159

16-
Also we have divided the client into two encapsulated modules :
10+
Also, we have divided the client into two encapsulated modules :
1711
USER INPUT INTERFACE - Deals only with the user input, parses it and sends
1812
to network interface
1913

Assignment3/Assignment3-CS16B039/README renamed to FileTransferProtocol/README.md

Lines changed: 3 additions & 8 deletions

Assignment3/Assignment3-CS16B039/WireShark README renamed to FileTransferProtocol/WireShark README

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
1-
******************************************************************
2-
CS16B039
3-
S SRINIVAS SAURAB
4-
ASSIGNMENT 3
5-
WIRESHARK COMMENTS
6-
******************************************************************
1+
72

83
Encoding used : utf-8
94
In both two_machine as well as a single machine, when we use wireshark
File renamed without changes.

Assignment1/Assignment1-CS16B039/README renamed to GoBackN and SR Protocols/README.md

Lines changed: 0 additions & 7 deletions

0 commit comments

Comments
 (0)