BB/README.md

21 lines
370 B
Markdown

# BB
*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