{"id":19079339,"url":"https://github.com/covesa/capicxx-wamp-tools","last_synced_at":"2025-07-07T07:07:27.607Z","repository":{"id":105098873,"uuid":"105904667","full_name":"COVESA/capicxx-wamp-tools","owner":"COVESA","description":"Common API tooling with WAMP messaging","archived":false,"fork":false,"pushed_at":"2019-03-19T14:59:25.000Z","size":14136,"stargazers_count":12,"open_issues_count":11,"forks_count":8,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-07-07T07:05:25.959Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/COVESA.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES","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":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2017-10-05T15:07:19.000Z","updated_at":"2023-06-02T06:33:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"5fa14dab-ac07-4dc8-9b8d-9d326d42c708","html_url":"https://github.com/COVESA/capicxx-wamp-tools","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/COVESA/capicxx-wamp-tools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/COVESA%2Fcapicxx-wamp-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/COVESA%2Fcapicxx-wamp-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/COVESA%2Fcapicxx-wamp-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/COVESA%2Fcapicxx-wamp-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/COVESA","download_url":"https://codeload.github.com/COVESA/capicxx-wamp-tools/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/COVESA%2Fcapicxx-wamp-tools/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264032247,"owners_count":23546800,"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":[],"created_at":"2024-11-09T02:14:22.139Z","updated_at":"2025-07-07T07:07:27.559Z","avatar_url":"https://github.com/COVESA.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# capicxx-wamp-tools [![Build Status](https://travis-ci.org/GENIVI/capicxx-wamp-tools.svg?branch=master)](https://travis-ci.org/GENIVI/capicxx-wamp-tools)\nCommon API tooling with WAMP messaging.\n\n## Runtime library\n\nThe binding code generator from this project will create C++ code which needs a proper runtime library.\nOne can find the runtime library in the companion project https://github.com/GENIVI/capicxx-wamp-runtime.\nPlease ensure that the runtime library version matches the code generator version.\n\n## Command-line code generator\n\nA jar-file with a portable command-line code generator from the latest successful master build can be downloaded\n[from here](https://genivi.github.io/capicxx-wamp-tools/standalone/).\n\nIt can be started by running `java -jar org.genivi.commonapi.wamp.cli-0.7.0.v201804182032-standalone.jar`. Please update the actual filename according to the version you have downloaded. With additional arguments, it will dump a list of command line options. Here is a snapshot of this list.\n\n```\nUsage: java -jar org.genivi.commonapi.wamp.cli-0.7.0.v201804182032-standalone.jar [OPTIONS]\n -d,--dest \u003cdir\u003e                  Set output directory\n -dc,--dest-common \u003cdir\u003e          The directory for the common code\n -dp,--dest-proxy \u003cdir\u003e           The directory for proxy code\n -ds,--dest-stub \u003cdir\u003e            The directory for stub code\n -dsub,--dest-subdirs \u003cdir\u003e       Use subdir per interface\n -f,--fidl \u003cFranca IDL file\u003e      Input file in Franca IDL (fidl) format\n -h                               Print usage information\n -l,--license \u003cfilepath\u003e          The file path to the license text that\n                                  will be added to each generated file\n -ll,--loglevel \u003cquiet|verbose\u003e   The log level\n -nc,--no-common                  Switch off generation of common code\n -ng,--no-gen                     Switch off code generation\n -np,--no-proxy                   Switch off generation of proxy code\n -ns,--no-stub                    Switch off generation of stub code\n -nsc,--no-sync-calls             Switch off code generation\n -r,--recursive-validation        Recursive validation\n -v                               Activate verbose mode\n```\n\n## Code generator for JS client\n\nThere is an experimental JS code generator for the client-side, which can be used in combination with the \nCommonAPI C++ server-side generator.\nIt is provided as part of [Franca 13](https://github.com/franca/franca/releases/tag/v0.13.0) (or later).\n\nThis code generator supports so far:\n- connect/disconnect handling\n- methods (not including fireAndForget)\n- broadcasts (not including selective)\n- primitive types, plus arrays, enums and structs\n\nThere is now a context menu item `Generate JS code for Autobahn-binding` for fidl-files, available in the _Franca_ sub-menu. It will generate the client side proxy and a blueprint-example-file in the `src-gen` folder of the containing workspace project.\n\n## Further information\n\nAdditional information on this project is available [in this presentation](https://projects.itemis.de/html/web-presentations/kbi/2017/2017_05_genivi_amm_francaweb/#/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcovesa%2Fcapicxx-wamp-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcovesa%2Fcapicxx-wamp-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcovesa%2Fcapicxx-wamp-tools/lists"}