From 020b22cd7a961b37eb23247264db5ff3246a54af Mon Sep 17 00:00:00 2001 From: Martin Date: Sun, 24 Nov 2019 19:32:15 +0100 Subject: Readme (#35) --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index 10e9c63..1f46676 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,25 @@ ./gradlew runClient +Relies on a running agent. + +Exposes a web application on `localhost:8080`. + +### Fetcher + + ./gradlew runFetcher + +Sends system information to an agent. + +### Interpreter + + ./gradlew runInterpreter + # to suppress Gradle's output + ./gradlew runInterpreter --quiet + +Reads queries from standard input and outputs results to standard output, using +a hard-coded test hierarchy. + ### Tests ./gradlew test -- cgit v1.2.3