|
Usage:
Build instructions
Only works on pentium or later (and solaris now ...)!
./configure --enable-debug
make
cd bob_client
./bob_client -b
If it segfaults, try again with:
./configure --enable-debug --disable-sse2
bob_server
Just run ./bob_server -k SECRET_KEY
bob_admin
Use it to add jobs and check status. For now only
the following commands work:
- newjob : add a new job
- status : gives general status
- jobinf : give detailled status
Don't forget to use the -k switch for PSK.
bob_client
Put this one on as many computers as possible,
and just run:
./bob_client -d -k SECRET_KEY server_host_name
|