{"id":21991470,"url":"https://github.com/terrabits/rohdeschwarz-cpp","last_synced_at":"2026-04-26T16:31:29.602Z","repository":{"id":197274561,"uuid":"698331025","full_name":"Terrabits/rohdeschwarz-cpp","owner":"Terrabits","description":"An object-oriented test automation library for Rohde \u0026 Schwarz (R\u0026S) General Purpose Test and Measurement (T\u0026M) equipment.","archived":false,"fork":false,"pushed_at":"2024-08-26T03:20:52.000Z","size":992,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-23T03:28:40.780Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://terrabits.github.io/rohdeschwarz-cpp/","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Terrabits.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2023-09-29T17:10:12.000Z","updated_at":"2024-08-26T03:20:55.000Z","dependencies_parsed_at":"2024-08-26T04:29:41.026Z","dependency_job_id":"b1c0aad4-6a32-400d-8192-38f6b6da38f3","html_url":"https://github.com/Terrabits/rohdeschwarz-cpp","commit_stats":null,"previous_names":["terrabits/boost-tcp-client"],"tags_count":16,"template":false,"template_full_name":null,"purl":"pkg:github/Terrabits/rohdeschwarz-cpp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Terrabits%2Frohdeschwarz-cpp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Terrabits%2Frohdeschwarz-cpp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Terrabits%2Frohdeschwarz-cpp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Terrabits%2Frohdeschwarz-cpp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Terrabits","download_url":"https://codeload.github.com/Terrabits/rohdeschwarz-cpp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Terrabits%2Frohdeschwarz-cpp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32305033,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T09:34:17.070Z","status":"ssl_error","status_checked_at":"2026-04-26T09:34:00.993Z","response_time":129,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2024-11-29T20:09:29.670Z","updated_at":"2026-04-26T16:31:29.586Z","avatar_url":"https://github.com/Terrabits.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rohdeschwarz (C++) [![Release](https://github.com/Terrabits/rohdeschwarz-cpp/actions/workflows/release.yml/badge.svg)](https://github.com/Terrabits/rohdeschwarz-cpp/actions/workflows/release.yml)\n\n\nAn object-oriented test automation library for Rohde \u0026 Schwarz (R\u0026S) General Purpose Test and Measurement (T\u0026M) equipment.\n\n## Requirements\n\n-   [Conan](https://conan.io) ~= 2.0\n-   [A Boost-compatible compiler](https://www.boost.org/development/tests/develop/developer/summary.html)\\*\n\n\\*See the [Boost OS and Compiler Regression Testing Result Tables](https://www.boost.org/development/tests/develop/developer/summary.html) for a list of known-good compilers and versions for the latest version of Boost.\n\n## Build\n\nThe following conan commands build a `static` `Release` version of this package:\n\n```shell\ncd path/to/rohdeschwarz\nconan install . --update --build missing\nconan build .\n```\n\nFor convenience, the scripts [scripts/install](scripts/install)[.bat](scripts/install.bat) and [scripts/build](scripts/build)[.bat](scripts/build.bat) are also provided.\n\n### Shared, Debug Builds\n\nA static release build is the default. The following conan flags can be used with `conan install` and `conan build` to build other binaries:\n\n-   `--settings build_type=Debug`\n-   `--options */*:shared=True`\n\nFor example, to build a `shared` `Debug` binary:\n\n\n```shell\n# flags\nSHARED=\"--options */*:shared=True\"\nDEBUG=\"--settings build_type=Debug\"\n\n# build shared debug\nscripts/install $SHARED $DEBUG\nscripts/build   $SHARED $DEBUG\n```\n\n## rohdeschwarz Library\n\nThe `rohdeschwarz` library is comprised of the following `namespaces` based on their functionality.\n\n### busses\n\nThe `rohdeschwarz::busses` namespace contains instrument I/O libraries.\n\nSee [include/rohdeschwarz/busses/README.md](include/rohdeschwarz/busses/README.md) for more information.\n\n## Examples\n\nBasic examples for various parts of the `rohdeschwarz` library are provided in the [examples/](examples/) folder.\n\nSee [examples/README.md](examples/README.md) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fterrabits%2Frohdeschwarz-cpp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fterrabits%2Frohdeschwarz-cpp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fterrabits%2Frohdeschwarz-cpp/lists"}