GitXplorerGitXplorer
F

Networking_Sockets_HTTPLibrary

public
3 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
4ae0476789b910491b53a9919967e3de063427ff

Create README.md

FFryingpannn committed 2 years ago
Unverified
149f7be457e3ab23c90e2bd37a459962a3f8155c

commit

ssmitdesai1010 committed 2 years ago
Unverified
8bd7c4474a4747f517e96b85489485305c0ebeb4

udpated readme, removed commented code

ssmitdesai1010 committed 2 years ago
Unverified
6dfaddd9ea2d4cffd26ca581eb96da0afa2200b2

untest client

FFryingpannn committed 2 years ago
Unverified
a9b17fa52322698c0ce8ef8e5667c3557b170c01

router

FFryingpannn committed 2 years ago
Unverified
2179159f0f694e04fdcacb9550bc4cfe39fbd082

fix unpack

FFryingpannn committed 2 years ago

README

The README file for this repository.

Networking Fundamentals: Data Communication and Networks

There are two applications in this repository.

  • The first one is in the ./TCP folder. This consists of a client server application that implements the application layer HTTP protocol by using TCP sockets.
  • The second is is in the ./UDP folder. This consists of a client server application that implements both the applicaiton and transport layer. For the transport layer, it uses UDP sockets and simulates TCP by implementing reliable data transfer with the selective repeat algorithm and 3-way handshaking.