home
·
contact
·
privacy
projects
/
plomrogue2-experiments
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c28c76
)
Fix README.
author
Christian Heller
<c.heller@plomlompom.de>
Mon, 3 Dec 2018 21:19:28 +0000
(22:19 +0100)
committer
Christian Heller
<c.heller@plomlompom.de>
Mon, 3 Dec 2018 21:19:28 +0000
(22:19 +0100)
README.md
patch
|
blob
|
history
diff --git
a/README.md
b/README.md
index e5301c4731d980c836d142eb85662876ca925f74..0fd568fd014bc0de07c83d97335a855938b4c26a 100644
(file)
--- a/
README.md
+++ b/
README.md
@@
-19,13
+19,4
@@
dialogue:
* `./client.py`
* `./server.py`
-The following commands can be sent from client to server:
-
-* `QUIT` – closes the connection
-* `FIB` followed by positive integers (all tokens separated by ` `); for each
- such integer n, calculates th nn-th Fibonacci number (this allows for testing
- parallel CPU-heavy computation)
-
-Additionally, the server regularly sends a counter state to the client.
-
See `./requirements.txt` for the dependencies.