aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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