2005-03-10 22:05:42 +00:00
|
|
|
<?php
|
|
|
|
require_once("docutil.php");
|
2005-11-07 21:21:21 +00:00
|
|
|
page_head("BOINC Menubar");
|
2005-03-10 22:05:42 +00:00
|
|
|
|
|
|
|
echo "
|
2005-05-15 16:36:39 +00:00
|
|
|
|
2005-03-30 00:01:34 +00:00
|
|
|
<h1>Introduction</h1>
|
2005-05-31 21:59:29 +00:00
|
|
|
<p>
|
2005-11-07 21:21:21 +00:00
|
|
|
BOINC Menubar is a graphical interface for BOINC.
|
2005-05-31 21:59:29 +00:00
|
|
|
It does not have a main window, application menu, or dock icon.
|
|
|
|
Instead, everything is controlled from a small icon which
|
|
|
|
appears in the upper right hand corner of your screen.
|
2005-11-07 21:21:21 +00:00
|
|
|
Clicking on this icon produces a menu which provides
|
2005-05-31 21:59:29 +00:00
|
|
|
access to all the features of BOINC Menubar.
|
|
|
|
|
2005-05-15 16:36:39 +00:00
|
|
|
<p> <img src=screenshots/menu.jpg width=299 height=474><br>
|
2005-03-10 22:05:42 +00:00
|
|
|
(Figure 1)
|
2005-03-30 00:01:34 +00:00
|
|
|
|
2005-05-31 21:59:29 +00:00
|
|
|
<h1>Getting Started</h1>
|
2005-03-30 00:01:34 +00:00
|
|
|
<h3>First-time BOINC Participants</h3>
|
2005-05-31 21:59:29 +00:00
|
|
|
<p>
|
|
|
|
If you are new to BOINC,
|
|
|
|
then you need to create accounts for projects
|
|
|
|
in which you would like to participate.
|
|
|
|
Please visit the main BOINC site
|
|
|
|
(<a href=http://boinc.berkeley.edu/>http://boinc.berkeley.edu/</a>)
|
|
|
|
for a list of popular projects.
|
|
|
|
<p>
|
|
|
|
When you create an account, you will be sent an email containing a URL
|
|
|
|
and Account Key.
|
|
|
|
Collect this information and skip down to the 'Project Manager'
|
|
|
|
section for information on how to set up BOINC Menubar to run these projects.
|
|
|
|
|
2005-03-30 00:01:34 +00:00
|
|
|
<h3>Returning BOINC Participants</h3>
|
2005-05-31 21:59:29 +00:00
|
|
|
<p>
|
|
|
|
If you already have a BOINC account and have run the 'boinc'
|
2005-11-07 21:21:21 +00:00
|
|
|
command-line program on this computer,
|
|
|
|
you will need to move files to a new location.
|
2005-05-31 21:59:29 +00:00
|
|
|
Locate the folder which served as the launch path when you ran the 'boinc'
|
|
|
|
command.
|
|
|
|
It should contain such files and folders as 'client_state.xml',
|
|
|
|
'slots', and 'projects'.
|
2005-05-15 16:36:39 +00:00
|
|
|
|
2005-05-31 21:59:29 +00:00
|
|
|
<p>
|
|
|
|
Copy all these files (not the enclosing folder itself)
|
|
|
|
into '~/Library/Application Support/BOINC Data/'
|
2005-03-30 00:01:34 +00:00
|
|
|
|
|
|
|
<p>
|
2005-05-31 21:59:29 +00:00
|
|
|
Now when you run BOINC Menubar and select 'Manage Projects...' from the
|
|
|
|
status menu,
|
2005-11-07 21:21:21 +00:00
|
|
|
you should find a list of the projects in which you are currently participating.
|
2005-05-31 21:59:29 +00:00
|
|
|
|
2005-03-30 00:01:34 +00:00
|
|
|
<h1>Managing Projects</h1>
|
2005-03-10 22:05:42 +00:00
|
|
|
<h3>Adding Projects</h3>
|
2005-05-31 21:59:29 +00:00
|
|
|
<p>
|
|
|
|
Before adding projects, collect the emails containing the URLs
|
|
|
|
and Account Keys for each project.
|
2005-03-30 00:01:34 +00:00
|
|
|
|
2005-05-31 21:59:29 +00:00
|
|
|
<p>
|
|
|
|
Select 'Manage Projects...' from the status menu.
|
2005-03-30 00:01:34 +00:00
|
|
|
|
2005-05-31 21:59:29 +00:00
|
|
|
<p>
|
|
|
|
<img src=screenshots/menuMouseOnManageProjects.jpg width=300 height=473><br>
|
2005-03-30 00:01:34 +00:00
|
|
|
(Figure 2)
|
2005-05-31 21:59:29 +00:00
|
|
|
<p>
|
|
|
|
This will open up the 'Project Manager'.
|
|
|
|
<p>
|
|
|
|
<img src=screenshots/projectManager.jpg width=499 height=262><br> (Figure 3)
|
|
|
|
<p>
|
|
|
|
Click the 'Add' button.
|
|
|
|
This will produce a new sheet in which you can paste in a URL and Account Key.
|
2005-03-30 00:01:34 +00:00
|
|
|
|
2005-05-31 21:59:29 +00:00
|
|
|
<p>
|
|
|
|
<img src=screenshots/projectManagerWithAddProjectSheet.jpg width=502 height=263><br>
|
2005-03-30 00:01:34 +00:00
|
|
|
(Figure 4)
|
2005-05-31 21:59:29 +00:00
|
|
|
<p>
|
|
|
|
After you have finished, click 'OK' and the project will be added.
|
|
|
|
<p>
|
|
|
|
<strong>Note: </strong>Please be patient as it can take a few moments for a project to be added.
|
2005-03-30 00:01:34 +00:00
|
|
|
|
2005-05-31 21:59:29 +00:00
|
|
|
<h3>Updating, Resetting, and Removing Projects:</h3>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
Select 'Manage Projects...' from the status menu (Figure 2).
|
|
|
|
This will open up the 'Project Manager' (Figure 3).
|
|
|
|
<p>
|
|
|
|
Highlight the project you wish to update, reset, or remove
|
|
|
|
by clicking its name.
|
|
|
|
The 'Remove', 'Reset', and 'Update' buttons
|
|
|
|
at the bottom of the project manager window will be enabled.
|
|
|
|
<p>
|
|
|
|
<img src=screenshots/projectManagerButtonsEnabled.jpg width=498 height=261><br>
|
2005-03-30 00:01:34 +00:00
|
|
|
(Figure 5)
|
|
|
|
|
2005-05-31 21:59:29 +00:00
|
|
|
<p>
|
|
|
|
Clicking 'Update' causes BOINC to contact a project's web site
|
|
|
|
to obtain new preferences.
|
|
|
|
This will also report completed results and get new work if needed.
|
|
|
|
<p>
|
|
|
|
Clicking 'Reset' clears all pending work for a project.
|
|
|
|
Use this if there is a problem that is preventing your computer from working.
|
|
|
|
<p>
|
|
|
|
Clicking 'Remove' will remove the selected project.
|
|
|
|
<p>
|
|
|
|
<strong>Hint:</strong> As indicated in the project manager,
|
|
|
|
double clicking a project's name or URL will take you to a projects web site.
|
|
|
|
This is particularly convenient if you want to change
|
|
|
|
a project's preferences or view statistics.
|
2005-03-30 00:01:34 +00:00
|
|
|
|
|
|
|
<h1>The Status Menu</h1>
|
2005-05-31 21:59:29 +00:00
|
|
|
<p>
|
|
|
|
<img src=screenshots/menu.jpg width=299 height=474><br>
|
2005-03-10 22:05:42 +00:00
|
|
|
(Figure 6)
|
2005-03-30 00:01:34 +00:00
|
|
|
<h3> </h3>
|
2005-03-10 22:05:42 +00:00
|
|
|
<h3>Controlling BOINC Using BOINC Menubar</h3>
|
2005-05-31 21:59:29 +00:00
|
|
|
<p>
|
|
|
|
Once BOINC Menubar has some projects to run,
|
|
|
|
you can now use the menu to start and stop BOINC.
|
|
|
|
<p>
|
|
|
|
To start BOINC running, simply select 'Start' from the status menu.
|
|
|
|
BOINC will start running in the background.
|
2005-03-30 00:01:34 +00:00
|
|
|
|
2005-05-31 21:59:29 +00:00
|
|
|
<p>
|
|
|
|
If you wish to see exactly what BOINC is doing while it is running,
|
|
|
|
select 'Display Log' from the status menu.
|
|
|
|
This will display a window containing all the output produced by BOINC.
|
|
|
|
<p>
|
|
|
|
<img src=screenshots/logWindow.jpg width=685 height=332><br>
|
2005-03-10 22:05:42 +00:00
|
|
|
(Figure 7)
|
|
|
|
<p>
|
2005-05-31 21:59:29 +00:00
|
|
|
If you want to stop BOINC running for any reason, simply select 'Stop'.
|
|
|
|
Quitting BOINC Menubar automatically stops BOINC if it is running.
|
|
|
|
<p>
|
|
|
|
You may force BOINC to run CPU benchmarks by selecting
|
|
|
|
'Run CPU Benchmarks' from the status menu.
|
|
|
|
Note that you only need to do this if you have recently modified
|
|
|
|
your computer's hardware.
|
|
|
|
|
2005-05-15 16:36:39 +00:00
|
|
|
<h3>Menu Statistics</h3>
|
2005-05-31 21:59:29 +00:00
|
|
|
<p>
|
|
|
|
The status menu contains four pieces of information:
|
|
|
|
<p>
|
|
|
|
The 'Current Project' is simply the project or projects currently
|
|
|
|
being run by BOINC.
|
|
|
|
The current project will change from time to time
|
|
|
|
as BOINC stops and starts other projects.
|
|
|
|
<p>
|
|
|
|
The 'Work Completed' indicates what percentage of the current work
|
|
|
|
unit has been completed for the current project.
|
|
|
|
<p>
|
|
|
|
The 'Project Credit' is the amount of credit you have received
|
|
|
|
for the project which is currently running.
|
|
|
|
This is the same amount as appears on the project's web site
|
|
|
|
and includes credit which you have received by running BOINC
|
|
|
|
on other computers as well.
|
|
|
|
<p>
|
|
|
|
The 'Total Credit' is the amount of credit you have received
|
|
|
|
for all projects which BOINC Menubar knows about.
|
|
|
|
That is, if you are participating in four projects on this computer,
|
|
|
|
then the total credit will be the sum of all four project credits.
|
2005-03-30 00:01:34 +00:00
|
|
|
|
2005-05-31 21:59:29 +00:00
|
|
|
<p>
|
|
|
|
<strong>Note: </strong>The amount of credit displayed by BOINC Menubar
|
|
|
|
may not be <em>exactly</em> the same as you find on project web sites.
|
|
|
|
This is because credit is only updated when a computer contacts
|
|
|
|
the projects web site to send results or receive new data.
|
|
|
|
If the amount of credit differs from what you see on the web,
|
|
|
|
the amount will be updated next time the project contacts its web site.
|
|
|
|
|
2005-05-15 16:36:39 +00:00
|
|
|
<h3>Menubar Statistics</h3>
|
2005-05-31 21:59:29 +00:00
|
|
|
<p>
|
|
|
|
The menubar contains two pieces of information:</p>
|
|
|
|
<p>
|
|
|
|
A small icon indicates the current project or projects. Listed below are the most common projects and their corresponding icons.</p>
|
2005-05-15 16:36:39 +00:00
|
|
|
<p><img src=screenshots/CPIcon.jpg width=15 height=15> - climateprediction.net
|
|
|
|
<p><img src=screenshots/EAHIcon.jpg width=15 height=15> - Einstein@home
|
|
|
|
<p><img src=screenshots/PPAHIcon.jpg width=15 height=15> - Predictor@home
|
|
|
|
<p><img src=screenshots/SAHIcon.jpg width=15 height=15> - SETI@home
|
|
|
|
<p><img src=screenshots/BOINCIcon.jpg width=15 height=15> - Default icon for all other projects
|
2005-05-31 21:59:29 +00:00
|
|
|
<p>
|
|
|
|
The menubar also displays a graphical representation of the completed percentage of the current work unit as a vertical 'progress bar'.</p>
|
|
|
|
|
2005-03-30 00:01:34 +00:00
|
|
|
<h1>Preferences</h1>
|
2005-05-15 16:36:39 +00:00
|
|
|
<p> <img src=screenshots/preferencesWindow.jpg width=534 height=296><br>
|
2005-03-10 22:05:42 +00:00
|
|
|
(Figure 8)
|
2005-05-31 21:59:29 +00:00
|
|
|
|
2005-05-15 16:36:39 +00:00
|
|
|
<h3>General Settings: </h3>
|
2005-05-31 21:59:29 +00:00
|
|
|
<p>
|
|
|
|
Select 'Start BOINC On Application Launch' if you want BOINC to
|
|
|
|
start running every time you open BOINC Menubar.
|
|
|
|
You might find this particularly useful if you want BOINC
|
|
|
|
to be running all the time.
|
2005-03-30 00:01:34 +00:00
|
|
|
|
2005-05-31 21:59:29 +00:00
|
|
|
<p>
|
|
|
|
<strong>Hint:</strong> You can set BOINC Menubar to auto-launch
|
|
|
|
whenever you login by adding BOINC Menubar to the login items
|
|
|
|
in the 'Accounts' pane in 'System Preferences'.
|
|
|
|
Combining this with 'Start BOINC On Application Launch'
|
|
|
|
will ensure that BOINC is running at all times.
|
|
|
|
<p>
|
|
|
|
Select 'Display Log On Application Launch' if you wish the Log window to
|
|
|
|
open automatically every time you open BOINC Menubar.
|
|
|
|
<p>
|
|
|
|
Select 'Share Data With Other Users' if you wish data to be shared
|
|
|
|
with other users running BOINC Menubar on your computer.
|
|
|
|
The data will be moved to a location where other users can access
|
|
|
|
and contribute to it.
|
|
|
|
<p>
|
|
|
|
<strong>Note:</strong> Only administrative users can set up BOINC Menubar
|
|
|
|
to share data with other users, but all users can contribute.
|
|
|
|
<p>
|
|
|
|
Select 'Unlimited Scrollback' if you would like to keep all
|
|
|
|
the output produced by BOINC.
|
|
|
|
By default, the BOINC Menubar keeps the last 10,000 lines output by BOINC.
|
|
|
|
|
2005-03-30 00:01:34 +00:00
|
|
|
<h3>Proxy Settings:</h3>
|
2005-05-31 21:59:29 +00:00
|
|
|
<p>
|
|
|
|
If you need to use a proxy, first select the type of proxy you are using:
|
|
|
|
HTTP or SOCKS.
|
|
|
|
Next, enter the address of the proxy.
|
|
|
|
If the proxy requires a username and password,
|
|
|
|
click the "Set password..." button.
|
|
|
|
This will produce a new sheet in which you can enter your username
|
|
|
|
and password (Figure 9).
|
|
|
|
|
2005-05-15 16:36:39 +00:00
|
|
|
<p><img src=screenshots/preferencesWindowWithProxyPasswordSheet.jpg width=528 height=294><br>
|
2005-05-31 21:59:29 +00:00
|
|
|
(Figure 9)
|
|
|
|
|
|
|
|
<p>Click "OK" to save
|
|
|
|
|
2005-03-10 22:05:42 +00:00
|
|
|
";
|
|
|
|
|
|
|
|
page_tail();
|
2005-05-31 21:59:29 +00:00
|
|
|
?>
|