A Computing Network written in Java extremely inefficient.
Go to file
mrbesen 37aa021674 Added stats 2017-05-20 15:27:54 +02:00
Client/BesenBoincClient little enhancements 2017-05-20 13:42:44 +02:00
Server/BesenBoincServer Added stats 2017-05-20 15:27:54 +02:00
test-factorial/BBTestprogram its Working! 2017-05-20 11:38:10 +02:00
test-primefinder/BBPrimeFinder Initial 2017-05-20 11:03:05 +02:00
LICENSE Initial commit 2017-05-19 18:27:55 +02:00
README.md a 2017-05-20 15:27:46 +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

java -jar 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