These operations are for interacting with Projects
boinc_client.attach_project()| Argument | Description | Required | Default |
|---|---|---|---|
name |
Name of the project to join | Yes | None |
url |
URL of the project to join | Yes | None |
key |
Authentication key for joining the project | Yes | None |
Response
{
"success": False,
"error": "Failed to attach to project"
}boinc_client.poll_attach_project()Response
{
"project_attach_reply": {
"messages": ["Failed to connect"],
"error_num": 1
}
}boinc_client.update_project()| Argument | Description | Required | Default |
|---|---|---|---|
url |
URL of the project to detach from | Yes | None |
Response
{
"success": False,
"error": "Failed to detach from project"
}boinc_client.detach_project()| Argument | Description | Required | Default |
|---|---|---|---|
url |
URL of the project to detach from | Yes | None |
Response
{
"success": False,
"error": "Failed to detach from project"
}