aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Moved common.c to common.hRaymaekers Luca2024-10-214-143/+134
| | | | | - fixed bug(server.c): `on` not being 32 bytes - cleanup
* Add compile_flagsRaymaekers Luca2024-10-212-4/+9
|
* Added minimal send implementationRaymaekers Luca2024-10-215-63/+41
| | | | | | Renamed minirecv.c to recv.c Added build commands to build.sh Added the use of common code
* Added common code for messagesRaymaekers Luca2024-10-214-31/+92
| | | | | | - add: send_message, receive_message functions - change: use u8, u16, u32, where possible - fix: use PORT in server.c
* Added README.mdRaymaekers Luca2024-10-213-29/+37
|
* Added mvp implementations of the server and client for testingRaymaekers Luca2024-10-208-33/+175
|
* add serialization to file codeRaymaekers Luca2024-10-195-35/+113
|
* add shared code in common.cRaymaekers Luca2024-10-193-17/+24
|
* Initial commitRaymaekers Luca2024-10-176-0/+4003