generic-network-protocol icon indicating copy to clipboard operation
generic-network-protocol copied to clipboard

Generic network protocol impl

generic-network-protocol

This is meant as a playground to implement the network protocol described here:

https://ayende.com/blog/185217-C/design-exercise-a-generic-network-protocol

This is implemented in C and is intended to be an exercise in writing low level C code that does something interesting.