A Computing Network written in Java extremely inefficient.
Go to file
mrbesen 70421099f0 variable port 2017-05-20 15:25:53 +02:00
Client/BesenBoincClient little enhancements 2017-05-20 13:42:44 +02:00
Server/BesenBoincServer variable port 2017-05-20 15:25:53 +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 Added Information 2017-05-20 14:01:34 +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 [classname]

classname default to "Test" and is the class thats loaded to generate Jobs.

to stop enter "stop" into the console. Force Stop: ctl + c