aboutsummaryrefslogtreecommitdiff
path: root/common.c
AgeCommit message (Collapse)Author
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-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