Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 784 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 784 Bytes

Posix-Network-Programming

Exercises for pipes, sockets, interprocess communication and overall network programming without external libraries. Mainly only using systemcalls with some exceptions.

Mainly based/inspired by UNIX Network Programming book written by W. Richard Stevens


Files:

  • h*.txt Contains the homework assignment
  • c-source files are my implementations for the assignment
  • *.txt, *.md, or *pdf contains answers for written exercises
  • unpv* folders contain code from the UNIX Network Programming book
  • exercise folder contains the final assignment for the course. Requiring to write against a running server that will send instructions on how to continue