BB/README.md

25 lines
504 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
Warning: Server needs a HUGE amount of RAM!
2017-05-20 14:01:34 +02:00
```
java -jar -Xmx 6G -Xms 1G Server.jar [c:classname] [p:port]
2017-05-20 14:01:34 +02:00
```
classname default to "Test" and is the class thats loaded to generate Jobs.
2017-05-20 15:27:46 +02:00
port defaults to "5454".
2017-05-20 14:01:34 +02:00
to stop enter "stop" into the console.
Force Stop: ctl + c
crack.py and crack.sh need much ram.