boinc/doc/boinc_dev.html

55 lines
1.7 KiB
HTML

<h3>
Implementation and debugging of BOINC
</h3>
<p>
The BOINC source code is <a href=source/>here</a>.
<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>
Be sure that you understand exactly how BOINC is intended
to work (for both <a href=participate.html>participants</a>
and <a href=create_project.html>developers</a>)
before getting into the source code.
<p>
<font size=+1><b>
Core client
</b></font>
<ul>
<li> <a href=build.txt>Building the core client</a> (<a href=build_system.html>Build system</a>)
<li> <a href=client_files.html>File structure</a>
<li> <a href=client_fsm.html>FSM structure</a>
<li> <a href=client_data.html>Data structures</a>
<li> <a href=client_logic.html>Main loop logic</a>
<li> <a href=client_debug.html>Debugging</a>
<li> <a href=host_measure.html>Host measurement and identification</a>
<li> <a href=client_app.html>Core client/application interaction (basic)</a>
<li> <a href=client_app_graphic.html>Core client/application interaction (graphics)</a>
</ul>
<font size=+1><b>
Scheduling server
</b></font>
<ul>
<li> <a href=database.html>The BOINC database</a>
<li> <a href=sched_policy.html>Policy</a>
<li> <a href=sched_impl.html>Implementation</a>
<li> <a href=sched_debug.html>Debugging</a>
</ul>
<font size=+1><b>
Protocols
</b></font>
<ul>
<li> <a href=protocol.html>The scheduling server protocol</a>
<li> <a href=rpc_policy.html>Scheduling server timing and retry policies</a>
<li> <a href=upload.html>Data server protocol</a>
<li> <a href=pers_file_xfer.html>Persistent file transfers</a>
</ul>
<font size=+1><b>
Miscellaneous
</b></font>
<ul>
<li> <a href=prefs_impl.html>Preferences</a>
</ul>