Commit Graph

14 Commits

Author SHA1 Message Date
7c76a37ec9 TFTP
Add custom fseek and fread
Add test framework gtest and added my custom fread and fseek tests + functions
2023-11-12 14:33:59 +01:00
d436447a21 TFTP
Change str_cat* functions to use size_t instead of int
2023-11-12 14:02:37 +01:00
d35c79480e TFTP
Change to my own struct for the virtual files
init the index.txt from the tftp_server_init
add tftp_server_deinit + add to docs
2023-11-11 00:46:02 +01:00
e1118908d9 TFTP
Move over to the new fread that Lorentz is implementing
2023-11-11 00:38:39 +01:00
81da833c5b TFTP
Fix error of not writing the index.txt correctly
2023-11-09 18:07:47 +01:00
73f9228afe TFTP
Add doc to writ function
2023-11-09 16:55:30 +01:00
989b8b620c TFTP
Add virtual files to the file list
2023-11-09 16:47:49 +01:00
6b0707cfa2 TFTP
Fix critical error in open implementation
2023-11-09 16:42:20 +01:00
a1f7b0ad33 TFTP
First implementation of the read and open functions
Write is not implemented yet
2023-11-09 16:39:08 +01:00
12370baf22 TFTP
Format
2023-11-06 22:30:29 +01:00
1a6a2db34e TFTP
make the context more readable
2023-11-06 22:05:43 +01:00
20650b9c03 TFTP
Change headers + Add logging
2023-11-06 21:53:06 +01:00
315871af60 TFTP
Add logger and checks for initialising
2023-11-06 21:45:57 +01:00
d84bd877e1 TFTP
Add initial framework, not doing anything at the moment
2023-11-06 21:38:19 +01:00