// -*-html -*-
require_once("docutil.php");
page_head("Creating BOINC projects");
?>
Designing distributed computations with BOINC
BOINC's abstractions of data and computation.
Developing a BOINC application
How to develop or port an application program for use with BOINC.
Compiling BOINC software
How to configure and compile the BOINC software.
Creating a BOINC project
The components of a BOINC project, and how to create them.
Getting work done
How to generate tasks and handle the results.
Monitoring a BOINC project
Tools for monitoring a BOINC project
page_tail();
?>