
Cubesat space protocol (csp) is a small protocol stack written in c. csp is designed to ease communication between distributed embedded systems in smaller networks, such as cubesats. the design follows the tcp/ip model and includes a transport protocol, a routing protocol and several mac-layer interfaces. the core of libcsp includes a router, a socket buffer pool and a connection oriented socket api.
this package contains the libcsp headers.