Getting involved
BOINC is free software, distributed under the Lesser GNU Public License (LGPL).
We are in constant need of volunteers to
help with software testing and development.
If you have one or more of the relevant technical skills
(C++ system programming, PHP/MySQL web development,
WxWidgets programming, autoconf/automake expertise, etc.)
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.
You should understand how BOINC works
(for both participants
and projects)
before getting into the source code.
To get started, look at the BOINC bug database, fix a bug or two,
and send your patches to the appropriate area owner.
The following medium-to-large development projects are available:
- Replace db_base.py with SQLObject.
- BOINC Manager:
Change the Statistics tab to use a single graph
with lines of different colors or styles for different projects.
- BOINC Manager:
Show progress bars for file transfers and in-progress results.
- BOINC Manager:
Use pie charts for disk usage
- Show when new versions of the core client and/or BOINC Manager
are available.
Could show in status line of Manager,
as a balloon, or in Messages.
- BOINC Manager: sortable columns in Work tab.
- Support local editing of preferences
(could be done in the Manager or a separate app).
- Core client: write a log file of result start/ends.
(for use by 3rd-party software like BoincView).
- Disk space management: prevent disk space usage from
exceeding user preferences,
and enforce resource shares,
with file deletion according to project policy.
Please check with davea at ssl.berkeley.edu
before undertaking any of these.
Various implementation notes:
Client
Server programs
Protocols
Client extensions
- GUI RPCs
Lets you control or show the status of BOINC clients,
local or remote.
Web-based extensions (statistics and account management)
Miscellaneous
";
page_tail();
?>