A Computing Network written in Java extremely inefficient.
Go to file
mrbesen a65f6ea713 Fixed Job Generation 2017-05-21 16:24:38 +02:00
BBEncryptionCracker Fixed Job Generation 2017-05-21 16:24:38 +02:00
Client/BesenBoincClient little enhancements 2017-05-20 13:42:44 +02:00
Server/BesenBoincServer send-list, with percentage, extra stats infos,... 2017-05-20 21:17:08 +02:00
test-factorial/BBTestprogram send-list, with percentage, extra stats infos,... 2017-05-20 21:17:08 +02:00
test-primefinder/BBPrimeFinder send-list, with percentage, extra stats infos,... 2017-05-20 21:17:08 +02:00
LICENSE Initial commit 2017-05-19 18:27:55 +02:00
README.md Added shell, python test programs for comparision (Ca) 2017-05-20 21:22:08 +02:00
crack.py Added shell, python test programs for comparision (Ca) 2017-05-20 21:22:08 +02:00
crack.sh Added shell, python test programs for comparision (Ca) 2017-05-20 21:22:08 +02:00

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.