diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 16 |
1 files changed, 1 insertions, 15 deletions
@@ -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 |
