News

Reading material for tomorrow's lecture

Written on 01.06.2016 11:13 by Christian Rossow

Tomorrow's lecture will be on Network Programming, i.e., how to apply our conceptual knowledge of IP and UDP/TCP in real client/server programs. We will not use lots of book material for this lecture, but instead focus on networking APIs offered by Python. If you want to prepare for the lecture, it is best to go over the following two online documentations:

  • https://docs.python.org/2.7/library/socket.html
  • https://docs.python.org/2.7/howto/sockets.html

More detailed information on Network Programming is in Steven's "UNIX® Network Programming Volume 1". Although this book is very detailed and helpful, it is written for C network programming, whereas our focus is Python programming (which is much easier!). More on that tomorrow.

Privacy Policy | Legal Notice
If you encounter technical problems, please contact the administrators.