aboutsummaryrefslogtreecommitdiff
path: root/client.c
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-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-17Initial commitRaymaekers Luca