BB/README.md

21 lines
370 B
Markdown
Raw Normal View History

2017-05-19 18:27:55 +02:00
# BB
2017-05-20 14:01:34 +02:00
*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
2017-05-20 15:27:35 +02:00
## Start a Server
2017-05-20 14:01:34 +02:00
```
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