X-Git-Url: https://plomlompom.com/repos/foo.html?a=blobdiff_plain;f=README.md;h=e5301c4731d980c836d142eb85662876ca925f74;hb=822c68744ead480ba7a48b786148facc8ef1eb04;hp=06db7d770679966e447a4a9dee533de5895dee64;hpb=13d697f35c975ceeca5fe8f859449530b681a60a;p=plomrogue2-experiments diff --git a/README.md b/README.md index 06db7d7..e5301c4 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,10 @@ dialogue: 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 +* `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.