{"id":18745981,"url":"https://github.com/eclipse-uprotocol/up-transport-vsomeip-cpp","last_synced_at":"2026-03-07T09:31:15.676Z","repository":{"id":234582767,"uuid":"764505743","full_name":"eclipse-uprotocol/up-transport-vsomeip-cpp","owner":"eclipse-uprotocol","description":"C++ uPClient for vsomeip (SOME/IP)","archived":false,"fork":false,"pushed_at":"2024-06-22T03:12:23.000Z","size":55,"stargazers_count":4,"open_issues_count":4,"forks_count":9,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-04-12T21:53:07.948Z","etag":null,"topics":["cpp","up-transport","uprotocol","vsomeip"],"latest_commit_sha":null,"homepage":null,"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/eclipse-uprotocol.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.adoc","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":"2024-02-28T07:44:22.000Z","updated_at":"2024-06-04T16:12:21.000Z","dependencies_parsed_at":"2024-04-19T22:48:10.809Z","dependency_job_id":"98ae1552-b2d4-4179-95da-6567964b4c8f","html_url":"https://github.com/eclipse-uprotocol/up-transport-vsomeip-cpp","commit_stats":null,"previous_names":["eclipse-uprotocol/up-client-vsomeip-cpp","eclipse-uprotocol/up-transport-vsomeip-cpp"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/eclipse-uprotocol/up-transport-vsomeip-cpp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eclipse-uprotocol%2Fup-transport-vsomeip-cpp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eclipse-uprotocol%2Fup-transport-vsomeip-cpp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eclipse-uprotocol%2Fup-transport-vsomeip-cpp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eclipse-uprotocol%2Fup-transport-vsomeip-cpp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eclipse-uprotocol","download_url":"https://codeload.github.com/eclipse-uprotocol/up-transport-vsomeip-cpp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eclipse-uprotocol%2Fup-transport-vsomeip-cpp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30210829,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T09:02:10.694Z","status":"ssl_error","status_checked_at":"2026-03-07T09:02:08.429Z","response_time":53,"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":["cpp","up-transport","uprotocol","vsomeip"],"created_at":"2024-11-07T16:20:17.961Z","updated_at":"2026-03-07T09:31:15.447Z","avatar_url":"https://github.com/eclipse-uprotocol.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# uProtocol C++ VSOMEIP Transport (up-client-vsomeip-cpp)\n\n## Welcome!\n\nThis library provides a vsomeip-based uProtocol transport for C++ uEntities.\n\n*_IMPORTANT NOTE:_ This project is under active development*\n\nThis module contains the vsomeip implementation of the Layer 1 `UTransport` API\nfrom [up-cpp][cpp-api-repo].\n\n## Getting Started\n\n### Requirements:\n- Compiler: GCC/G++ 11 or Clang 13\n- Conan : 1.59 or latest 2.X\n\n#### Conan packages and dependencies\n\nUsing the recipes found in [up-conan-recipes][conan-recipe-repo], build these Conan packages:\n\n1. [up-core-api][spec-repo] - `conan create --version 1.5.8 --build=missing up-core-api/developer`\n2. [up-cpp][cpp-api-repo] - `conan create --version 0.2.0 --build=missing up-cpp/developer`\n\nAdditionally, this project depends on the [vsomeip](https://github.com/COVESA/vsomeip) library, which is not a Conan package. \n\n**Note:** Do not enable signal handling in the vsomeip library.\n\nFollow these steps to clone and build the vsomeip library:\n\n```bash\n\n# Install boost (version: 1.84.0): https://www.boost.org/users/history/version_1_84_0.html\n\n$ cd boost\n$ ./bootstrap.sh --prefix=\u003cinstallation-directory\u003e # can be left as default /usr/local\n$ ./b2\n$ sudo ./b2 install\n\n# Clone the vsomeip repository\ngit clone https://github.com/COVESA/vsomeip.git\n\n# Navigate into the cloned repository\ncd vsomeip\n\n# Checkout the desired version\ngit checkout 3.4.10\n\n# Create a new directory for the build\nmkdir build\ncd build\n\n# Run CMake to configure the build. Note: Replace \"/usr/local/\" with your desired install path.\ncmake -DCMAKE_INSTALL_PREFIX:PATH=/usr/local/ -G Ninja ..\n\n# Build the project using Ninja\nninja\n\n# Install the library (you might need sudo privileges)\nsudo ninja install\n\n```\n\n## How to Use the Library\n\nTo add up-client-vsomeip-cpp to your conan build dependencies, place following\nin your conanfile.txt:\n\n```\n[requires]\nup-client-vsomeip-cpp/[\u003e=1.0.0 \u003c2.0.0]\n\n[generators]\nCMakeDeps\nCMakeToolchain\n\n[layout]\ncmake_layout\n```\n\n**NOTE:** If using conan version 1.59 Ensure that the conan profile is\nconfigured to use ABI 11 (libstdc++11: New ABI) standards according to\n[the Conan documentation for managing gcc ABIs][conan-abi-docs].\n\n## Building locally\n\nThe following steps are only required for developers to locally build and test\nup-client-vsomeip-cpp, If you are making a project that uses\nup-client-vsomeip-cpp, follow the steps in the\n[How to Use the Library](#how-to-use-the-library) section above.\n\n### With Conan for dependencies\n\n```\ncd up-client-vsomeip-cpp\nconan install .\ncd build\ncmake ../ -DCMAKE_TOOLCHAIN_FILE=Release/generators/conan_toolchain.cmake -DCMAKE_BUILD_TYPE=Release\ncmake --build . -- -j\n```\n\nOnce the build completes, tests can be run with `ctest`.\n\n### With dependencies installed as system libraries\n\n**TODO** Verify steps for pure cmake build without Conan.\n\n### Creating the Conan package\n\nSee: [up-conan-recipes][conan-recipe-repo]\n\n## Show your support\n\nGive a ⭐️ if this project helped you!\n\n[conan-recipe-repo]: https://github.com/gregmedd/up-conan-recipes\n[spec-repo]: https://github.com/eclipse-uprotocol/up-spec\n[cpp-api-repo]: https://github.com/eclipse-uprotocol/up-cpp\n[zenoh-repo]: https://github.com/eclipse-zenoh/zenoh-cpp\n[conan-abi-docs]: https://docs.conan.io/en/1.60/howtos/manage_gcc_abi.html","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feclipse-uprotocol%2Fup-transport-vsomeip-cpp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feclipse-uprotocol%2Fup-transport-vsomeip-cpp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feclipse-uprotocol%2Fup-transport-vsomeip-cpp/lists"}