summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorbt <bt@rctt.net>2026-04-18 23:12:11 +0200
committerbt <bt@rctt.net>2026-04-18 23:12:33 +0200
commitd63176e22d21e347cf1c197084afe8eb1d5376b4 (patch)
tree501b77a9094dfa09acccaebd7698aee256309925 /README.md
parente9aebac1a2a4732763c2f7e4428a23983d4eb6a3 (diff)
downloadsolec-0.2.0.tar.gz
solec-0.2.0.zip
[docs] Update protocol docsv0.2.0
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 1 insertions, 15 deletions
diff --git a/README.md b/README.md
index d56c4fa..2c6f30f 100644
--- a/README.md
+++ b/README.md
@@ -19,6 +19,7 @@ Use following to setup Git hooks:
`git config --local core.hooksPath hooks`
* `tools/run.sh` - build and start server and few clients
+* `tools/run-many.sh` - build and start two servers and two clients
* `tools/build-spec.sh` - build Kaitai spec
## Wireshark plugin
@@ -30,18 +31,3 @@ After building foked KSC use `./tools/build_spec.sh` to build the plugin and the
it into Wireshark plugins directory.
There is a problem with dissecting specific payloads.
-
-## TODO
-
-- Protocol
- - Design authentication process
- - Desing messages history sync
-
-- Server
- - User to user messaging
- - User to channel messaging
- - Better error handling
-
-- Network library
- - Handle partial TCP packets
- - Better error handling