Added Information

This commit is contained in:
mrbesen 2017-05-20 14:01:34 +02:00
parent 1f70d53c60
commit 6c4e7f58a0
1 changed files with 19 additions and 1 deletions

View File

@ -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