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
- 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