{"id":16154088,"url":"https://github.com/vorot93/boinc-rpc-cpp","last_synced_at":"2025-04-06T23:43:06.095Z","repository":{"id":87661230,"uuid":"64188889","full_name":"vorot93/boinc-rpc-cpp","owner":"vorot93","description":"RPC API for BOINC client","archived":false,"fork":false,"pushed_at":"2022-05-18T06:41:43.000Z","size":12,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-06T23:35:31.387Z","etag":null,"topics":["boinc","rpc-api"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vorot93.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-07-26T04:06:12.000Z","updated_at":"2022-05-18T06:41:19.000Z","dependencies_parsed_at":"2023-03-13T18:40:11.752Z","dependency_job_id":null,"html_url":"https://github.com/vorot93/boinc-rpc-cpp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vorot93%2Fboinc-rpc-cpp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vorot93%2Fboinc-rpc-cpp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vorot93%2Fboinc-rpc-cpp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vorot93%2Fboinc-rpc-cpp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vorot93","download_url":"https://codeload.github.com/vorot93/boinc-rpc-cpp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247569130,"owners_count":20959758,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["boinc","rpc-api"],"created_at":"2024-10-10T01:15:03.038Z","updated_at":"2025-04-06T23:43:06.056Z","avatar_url":"https://github.com/vorot93.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# boinc-rpc-cpp\n\nC++ RPC API for BOINC client.\n\n## Dependencies\n\n- [CMake](https://cmake.org) (3.5+)\n- [Boost](http://boost.org) (1.58+)\n- [libxml++](https://developer.gnome.org/libxml++/stable/) (2.40+)\n\n## Installation\n\n```\n$ mkdir build\n$ cd build\n$ cmake -DCMAKE_INSTALL_PREFIX=/usr ..\n$ make\n# make DESTDIR=/usr install\n```\n\n## Usage example\n\n```\n#include \u003cboinc-rpc-cpp/boinc-rpc-cpp.hpp\u003e\n\nint main() {\n    Boinc::Client c {.addr = \"127.0.0.1\", .port = 31416, .password = \"my-pass-in-gui_rpc_auth.cfg\"};\n    for (auto msg : c.get_messages()) {\n        std::cout \u003c\u003c msg.body.value_or(\"\") \u003c\u003c std::endl;\n    };\n\n    return 0;\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvorot93%2Fboinc-rpc-cpp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvorot93%2Fboinc-rpc-cpp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvorot93%2Fboinc-rpc-cpp/lists"}