aboutsummaryrefslogtreecommitdiff
path: root/common.h
Commit message (Collapse)AuthorAgeFilesLines
* Moved common.c to common.hRaymaekers Luca2024-10-211-1/+131
| | | | | - fixed bug(server.c): `on` not being 32 bytes - cleanup
* Added common code for messagesRaymaekers Luca2024-10-211-0/+8
| | | | | | - add: send_message, receive_message functions - change: use u8, u16, u32, where possible - fix: use PORT in server.c
* Added mvp implementations of the server and client for testingRaymaekers Luca2024-10-201-2/+15
|
* add serialization to file codeRaymaekers Luca2024-10-191-0/+28