Here's a link back to my main GitHub page.
These are templates for basic techniques for C network programs on Linux. These are all placed in the public domain.
- A TCP client and server in C
- A UDP client and server in C
- A DNS lookup in C
- Using the nanomsg library in C
- Using libpcap to capture packets in C
- Using UNIX domain sockets in C
- List network interfaces in C
- qcp copies files over a network without auth