RT-BOINC Code
Status: Beta
Brought to you by:
antiroot
================================================================================== Title: README of RT-BOINC Author: Sangho Yi (antiroot@gmail.com, ANTIROOT) written in 10, Feb. 2010. ================================================================================== This document is just for developers for RT-BOINC. I assume that you already know how to build and test the original BOINC. If you do not know, you can just follow a tutorial in http://boinc.berkeley.edu. ================================================================================== If you know, you can just do the same method as BOINC. ================================================================================== If you have another problems, just contact to http://rt-boinc.sourceforge.net ================================================================================== ---------------------- To build everything shell$ ./_autosetup shell$ ./configure shell$ make (do not type make install) If you have some troubles on ./configure, you can try it with ubuntu 9.10. (no problem with the latest ubuntu 9.10 karmic) ---------------------- To make a project, shell$ cd tools shell$ ./easymake.sh Then, you'll have a new project on the ~/project/test/ directory. If you want to change the settings, you can make another shell scripts. :) ---------------------- To run a project, shell$ cd ~/project/test/ shell$ ./easystart.sh Then, you'll see the server daemon processes. :) ---------------------- To test a project, shell$ cd rt-boinc/client (source codes directory of client) shell$ ./boinc_client & shell$ ./easycreate Then, you'll see the HASHED_KEY, then copy it, and paste it to the next command shell$ ./boinccmd --project_attach http://project_url/test/ HASHED_KEY(PASTE HERE) ==================================================================================