summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
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