From 6c4e7f58a0fc270dd62b3898c98f522fe5c06901 Mon Sep 17 00:00:00 2001 From: mrbesen Date: Sat, 20 May 2017 14:01:34 +0200 Subject: [PATCH] Added Information --- README.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 50def11..9d4c762 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,20 @@ # BB -computing Network +*inefficent* computing network + + +## Start a Client: +``` +java -jar Client.jar [host[:port]] +``` +Host defaults to "127.0.0.1" and port default to "5454". + +ctl + c to stop + +##Start a Server +``` +java -jar Server.jar [classname] +``` +classname default to "Test" and is the class thats loaded to generate Jobs. + +to stop enter "stop" into the console. +Force Stop: ctl + c