We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8a074b commit a6f483dCopy full SHA for a6f483d
README.md
@@ -1,2 +1,11 @@
1
network_protocols
2
=================
3
+
4
5
+This folder contains Native C implementation of network protocols from the various levels of the OSI stack.
6
+These were done as a part of a coursework.
7
8
+Folder Substructure -
9
+SBCP, TFTP and ProxyHTTP are protocol implementations of a broadcast chat, trivial ftp and HTTP Proxy respectively.
10
+ftp_over_tcp and queue_management are implementation of networking scenarios using higher level language (NS2)
11
+README's for each segment of the code are in the respective folders.
0 commit comments