aboutsummaryrefslogtreecommitdiff
path: root/send.c
AgeCommit message (Collapse)Author
2024-10-21Moved common.c to common.hRaymaekers Luca
- fixed bug(server.c): `on` not being 32 bytes - cleanup
2024-10-21Added minimal send implementationRaymaekers Luca
Renamed minirecv.c to recv.c Added build commands to build.sh Added the use of common code
2024-10-20Added mvp implementations of the server and client for testingRaymaekers Luca