X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=README.md;h=0fd568fd014bc0de07c83d97335a855938b4c26a;hb=e08cc5e251e260b969e374b610b09d3b8fdc4f9f;hp=e5301c4731d980c836d142eb85662876ca925f74;hpb=822c68744ead480ba7a48b786148facc8ef1eb04;p=plomrogue2-experiments diff --git a/README.md b/README.md index e5301c4..0fd568f 100644 --- 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.