You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
5 years ago | |
---|---|---|
BBEncryptionCracker | 5 years ago | |
Client/BesenBoincClient | 6 years ago | |
Server/BesenBoincServer | 5 years ago | |
test-factorial/BBTestprogram | 5 years ago | |
test-primefinder/BBPrimeFinder | 5 years ago | |
LICENSE | 6 years ago | |
README.md | 6 years ago | |
crack.py | 6 years ago | |
crack.sh | 6 years ago |
README.md
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
Warning: Server needs a HUGE amount of RAM!
java -jar -Xmx 6G -Xms 1G Server.jar [c:classname] [p:port]
classname default to "Test" and is the class thats loaded to generate Jobs. port defaults to "5454".
to stop enter "stop" into the console. Force Stop: ctl + c
crack.py and crack.sh need much ram.