2004-06-09 19:09:16 +00:00
|
|
|
<?php
|
2003-09-04 07:16:14 +00:00
|
|
|
require_once("docutil.php");
|
2003-11-04 22:22:06 +00:00
|
|
|
page_head("Development and debugging");
|
2003-09-04 07:16:14 +00:00
|
|
|
|
2003-11-04 22:22:06 +00:00
|
|
|
echo "
|
2003-08-19 06:44:58 +00:00
|
|
|
<p>
|
2004-12-01 05:03:53 +00:00
|
|
|
<h2>Source code</h2>
|
|
|
|
You can get the BOINC source code in several ways:
|
|
|
|
<ul>
|
|
|
|
<li>
|
|
|
|
<a href=source/>Download</a> a tarball or .zip file
|
|
|
|
(generated nightly).
|
|
|
|
<li>
|
|
|
|
Browse the CVS repository via a
|
|
|
|
<a href=http://boinc.berkeley.edu/cgi-bin/cvsweb.cgi/>web-based interface</a>.
|
|
|
|
<li>
|
|
|
|
Access the CVS repository directly, e.g. with a command like
|
|
|
|
<pre>
|
|
|
|
cvs -d :pserver:anonymous@alien.ssl.berkeley.edu:/home/cvs/cvsroot checkout boinc
|
|
|
|
<pre>
|
|
|
|
</ul>
|
|
|
|
<p>
|
|
|
|
Source code for a typical BOINC application,
|
|
|
|
SETI@home, is <a href=http://boinc.berkeley.edu/seti_source/>here</a>.
|
2003-08-19 06:44:58 +00:00
|
|
|
<p>
|
|
|
|
If you are an experienced C++ system programmer you may be able
|
|
|
|
to help us maintain and enhance BOINC.
|
|
|
|
In any case, you are welcome to browse the source code and
|
|
|
|
give us feedback.
|
|
|
|
<p>
|
2003-11-04 22:22:06 +00:00
|
|
|
You should understand exactly how BOINC is supposed to work
|
|
|
|
(for both <a href=participate.php>participants</a>
|
2003-08-19 06:44:58 +00:00
|
|
|
and <a href=create_project.php>developers</a>)
|
|
|
|
before getting into the source code.
|
2004-12-01 05:03:53 +00:00
|
|
|
|
|
|
|
<h2>Bug database</h2>
|
2003-08-19 06:44:58 +00:00
|
|
|
<p>
|
2003-11-04 22:22:06 +00:00
|
|
|
<a href=http://setiathome.berkeley.edu/taskbase>View database of bugs and feature requests</a>
|
|
|
|
<p>
|
2004-02-09 05:11:05 +00:00
|
|
|
<h2>Core client</h2>
|
2003-08-19 06:44:58 +00:00
|
|
|
<ul>
|
|
|
|
<li> <a href=client_files.php>File structure</a>
|
|
|
|
<li> <a href=client_fsm.php>FSM structure</a>
|
|
|
|
<li> <a href=client_data.php>Data structures</a>
|
|
|
|
<li> <a href=client_logic.php>Main loop logic</a>
|
2004-06-27 23:26:52 +00:00
|
|
|
<li> <a href=client_sched.php>Client scheduling policies</a>
|
2003-08-19 06:44:58 +00:00
|
|
|
<li> <a href=client_debug.php>Debugging</a>
|
2004-01-08 00:27:59 +00:00
|
|
|
<li> <a href=host_measure.php>Host measurements</a>
|
|
|
|
<li> <a href=host_id.php>Host identification</a>
|
2003-08-19 06:44:58 +00:00
|
|
|
<li> <a href=client_app.php>Core client/application interaction (basic)</a>
|
|
|
|
<li> <a href=client_app_graphic.php>Core client/application interaction (graphics)</a>
|
2004-12-19 20:35:37 +00:00
|
|
|
<!--
|
2004-08-03 14:02:13 +00:00
|
|
|
<li> <a href=disk_management.php>Disk space management</a>
|
2004-12-19 20:35:37 +00:00
|
|
|
-->
|
2003-08-19 06:44:58 +00:00
|
|
|
</ul>
|
2004-12-09 00:46:07 +00:00
|
|
|
<h2>Server programs</h2>
|
2003-08-19 06:44:58 +00:00
|
|
|
<ul>
|
|
|
|
<li> <a href=database.php>The BOINC database</a>
|
2004-12-09 00:46:07 +00:00
|
|
|
<li> <a href=sched_policy.php>Work distribution policy</a>
|
2004-02-09 05:11:05 +00:00
|
|
|
<li> <a href=backend_state.php>Backend state transitions</a>
|
|
|
|
<li> <a href=backend_logic.php>The logic of backend programs</a>
|
2004-12-02 22:56:49 +00:00
|
|
|
<li> <a href=server_debug.php>Debugging server components</a>
|
2004-02-09 05:11:05 +00:00
|
|
|
</ul>
|
|
|
|
|
|
|
|
<h2>Protocols</h2>
|
2003-08-19 06:44:58 +00:00
|
|
|
<ul>
|
2003-10-13 19:23:40 +00:00
|
|
|
<li> <a href=comm.php>Protocol overview</a>
|
2003-08-19 06:44:58 +00:00
|
|
|
<li> <a href=protocol.php>The scheduling server protocol</a>
|
|
|
|
<li> <a href=rpc_policy.php>Scheduling server timing and retry policies</a>
|
|
|
|
<li> <a href=upload.php>Data server protocol</a>
|
|
|
|
<li> <a href=pers_file_xfer.php>Persistent file transfers</a>
|
|
|
|
</ul>
|
2004-02-09 05:11:05 +00:00
|
|
|
<h2>Miscellaneous</h2>
|
2003-08-19 06:44:58 +00:00
|
|
|
<ul>
|
2003-09-04 07:16:14 +00:00
|
|
|
<li> <a href=python.php>Python framework</a>
|
2003-08-19 06:44:58 +00:00
|
|
|
<li> <a href=prefs_impl.php>Preferences</a>
|
2004-05-24 04:03:34 +00:00
|
|
|
<li> <a href=trickle_impl.php>Trickle messages</a>
|
2004-12-10 19:17:32 +00:00
|
|
|
<li> <a href=version_diff.txt>How to see what has changed
|
|
|
|
between two versions of an executable</a>.
|
2003-08-19 06:44:58 +00:00
|
|
|
</ul>
|
2003-09-04 07:16:14 +00:00
|
|
|
|
2003-11-04 22:22:06 +00:00
|
|
|
";
|
2003-09-04 07:16:14 +00:00
|
|
|
page_tail();
|
2003-08-19 06:44:58 +00:00
|
|
|
?>
|
2003-09-04 07:16:14 +00:00
|
|
|
|