Skip to content

Skeleton code, tips and solutions for the socket programming exercises from Kurose and Ross Computer Networking: A Top-Down Approach, 6th ed

License

Notifications You must be signed in to change notification settings

phantoooomLab/Kurose-and-Ross-socket-programming-exercises

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A cleanroom implementation of the programming exercises from Chapter 2 of Kurose and Ross "Computer Networking: A Top-Down Approach" sixth edition.

The materials required for the exercises are locked behind a paywall and cannot be accessed if you (like me) are using a library copy of the book. Hence I decided to implement the exercises myself.

How to use

  • Fork and clone the github repository
  • Create your own solution branch based on the exercises branch with git checkout -b ${USER}-solutions exercises.
  • Hack away
  • If you need tips look at other peoples solutions with e.g. git show david-solutions:web-server/web-server.py

A warning

I'm new to socket programming, so it is unlikely that the solutions given here embody any kind of best-practices. If you are writing a "real" application you need to be much more careful!

About

Skeleton code, tips and solutions for the socket programming exercises from Kurose and Ross Computer Networking: A Top-Down Approach, 6th ed

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Python 100.0%