All Projects → davidshepherd7 → Kurose-and-Ross-socket-programming-exercises

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

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

Programming Languages

python
139335 projects - #7 most used programming language

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!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].