A Computing Network written in Java extremely inefficient.
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.
 
 
 
mrbesen d8ac03b038
imprved ram usage
5 years ago
BBEncryptionCracker Better Server Memory Management & Programs can enque precompiled code 5 years ago
Client/BesenBoincClient stuff 6 years ago
Server/BesenBoincServer imprved ram usage 5 years ago
test-factorial/BBTestprogram Better Server Memory Management & Programs can enque precompiled code 5 years ago
test-primefinder/BBPrimeFinder Better Server Memory Management & Programs can enque precompiled code 5 years ago
LICENSE Initial commit 6 years ago
README.md Added shell, python test programs for comparision (Ca) 6 years ago
crack.py Added shell, python test programs for comparision (Ca) 6 years ago
crack.sh Added shell, python test programs for comparision (Ca) 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.