18 Commits

Author SHA1 Message Date
d47f62cdbb Attempt to deal with task/memory leaks
All checks were successful
Build library & run tests / docs (push) Successful in 2m20s
Build library & run tests / build (unix) (push) Successful in 2m23s
Build library & run tests / build (tcp) (push) Successful in 2m27s
2024-06-26 11:16:20 +02:00
84f7009ad2 Add more proper cleanup for the server
Some checks failed
Build library & run tests / build (unix) (push) Failing after 34s
Build library & run tests / build (tcp) (push) Successful in 35s
Build library & run tests / docs (push) Successful in 37s
2024-06-25 11:39:07 +02:00
812861640d Significantly update the documentation
Some checks failed
Build library & run tests / docs (push) Failing after 1m0s
Build library & run tests / build (unix) (push) Successful in 1m6s
Build library & run tests / build (tcp) (push) Successful in 1m7s
2024-06-24 18:26:19 +02:00
bfd4c1346f Update README.md
All checks were successful
Build library & run tests / build (unix) (push) Successful in 28s
Build library & run tests / build (tcp) (push) Successful in 30s
2024-06-24 16:58:14 +02:00
bf183a0598 Fix crash in server due to overeager parsing
All checks were successful
Build library & run tests / build (unix) (push) Successful in 29s
Build library & run tests / build (tcp) (push) Successful in 29s
2024-06-24 15:58:54 +02:00
62262cb0fe Fully implement communication 2024-06-24 15:34:14 +02:00
15d44b6daa Add code to create a client connected to the network
Some checks failed
Build library & run tests / build (push) Failing after 22s
2024-06-22 12:57:41 +02:00
374e50ee6b Add small random delay to async test for stress-testing 2024-06-21 12:48:52 +02:00
3bbd385ee2 Putting a delay there is useless actually 2024-06-21 12:07:56 +02:00
a169806b32 Add small random delay in tests 2024-06-21 11:54:29 +02:00
b9128a465c Client can now perform requests asynchronously 2024-06-21 11:51:33 +02:00
b4f1e1b092 Implement basic test for the client interface 2024-06-21 11:28:46 +02:00
db036064e7 Implement code for recieving the answer to a query 2024-06-20 14:59:32 +02:00
aa7d51f088 Generate code to "send" a question 2024-06-20 12:52:42 +02:00
62cffa56ff Remove debug file 2024-06-20 11:45:17 +02:00
6c75996096 Building some more necessary structures out of the protocol definition 2024-06-20 11:34:04 +02:00
12f411e046 Make description text slightly nicer 2024-06-19 23:27:10 +02:00
450415eb6b Implement basic derivation 2024-06-19 23:25:45 +02:00