Arash Taher

Socket Programming in C

How to create and use sockets in C. A fully documented program which also uses forking to handle multiple connections. It can also be interesting for Python programmers, as there’s so much in common.

You can download it here.

Based on: Beej’s Guide to Unix Interprocess Communication.

#C #Programming #Sockets