tcp-server and tcp-client added

This commit is contained in:
2021-10-31 09:53:48 +01:00
parent 80d7935974
commit 159845bb9b
11 changed files with 235 additions and 14 deletions

View File

@@ -65,6 +65,7 @@ utils/local_install.sh
(read-url "https://api.nasdaq.com/api/calendar/dividends/") ; hangs in sslclient.cpp line 132
### TODO
- tcp-client, add support for list of requests returning list of responses
- add debug support, at least call stack
- multiline editing (see kilocpp editor)
- execute system command should capture stderr
@@ -72,6 +73,7 @@ utils/local_install.sh
#### Code
- MlEnvironment::get should be map instead of many if's
- tcpnet should use RAII
- add documentation
- add more unit test, mainly for usql
- add instrumentation (time, nr of evals, num of atoms, debug info, debug environment etc)