aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-10-24Archive code into v1/ directoryRaymaekers Luca
The code was written too fast and I deemed that it would be better to make a new draft.
2024-10-21removed malloc & reallocRaymaekers Luca
2024-10-21add to readmeRaymaekers Luca
2024-10-21Moved common.c to common.hRaymaekers Luca
- fixed bug(server.c): `on` not being 32 bytes - cleanup
2024-10-21Add compile_flagsRaymaekers Luca
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-21Added common code for messagesRaymaekers Luca
- add: send_message, receive_message functions - change: use u8, u16, u32, where possible - fix: use PORT in server.c
2024-10-21Added README.mdRaymaekers Luca
2024-10-20Added mvp implementations of the server and client for testingRaymaekers Luca
2024-10-19add serialization to file codeRaymaekers Luca
2024-10-19add shared code in common.cRaymaekers Luca
2024-10-17Initial commitRaymaekers Luca