{"id":28315462,"url":"https://github.com/ierturk/bazel-dds","last_synced_at":"2026-04-24T22:33:28.007Z","repository":{"id":287984128,"uuid":"966248019","full_name":"ierturk/bazel-dds","owner":"ierturk","description":"Building and consuming FastDDS by Bazel Build Tools and Bazel Central Registry","archived":false,"fork":false,"pushed_at":"2025-04-16T11:36:03.000Z","size":17,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-24T15:46:06.050Z","etag":null,"topics":["bazel","bazel-registry","dds","fastdds","vscode","wsl"],"latest_commit_sha":null,"homepage":"https://erturk.me/","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ierturk.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,"zenodo":null}},"created_at":"2025-04-14T16:19:55.000Z","updated_at":"2025-04-23T04:52:29.000Z","dependencies_parsed_at":"2025-04-15T01:23:29.990Z","dependency_job_id":"bedb6aee-793a-4a5d-a2e0-a95ea9046833","html_url":"https://github.com/ierturk/bazel-dds","commit_stats":null,"previous_names":["ierturk/bazel-dds"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ierturk/bazel-dds","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ierturk%2Fbazel-dds","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ierturk%2Fbazel-dds/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ierturk%2Fbazel-dds/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ierturk%2Fbazel-dds/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ierturk","download_url":"https://codeload.github.com/ierturk/bazel-dds/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ierturk%2Fbazel-dds/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32243309,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T13:21:15.438Z","status":"ssl_error","status_checked_at":"2026-04-24T13:21:15.005Z","response_time":64,"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":["bazel","bazel-registry","dds","fastdds","vscode","wsl"],"created_at":"2025-05-24T21:14:42.001Z","updated_at":"2026-04-24T22:33:28.002Z","avatar_url":"https://github.com/ierturk.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Building and consuming FastDDS by Bazel Build Tools and Bazel Central Registry \r\n## Prerequisites\r\n- Ubuntu WSL\r\n- FastDDSGen V3 tool from eProsima (included in FastDDS installation)\r\n- VS Code\r\n- Bazel Build Tools\r\n- Bazel Central Registry\r\n## Libraries from Bazel Central Registry\r\n- FastDDS\r\n- FastCDR\r\n## Building on Windows\r\nStart a console\r\n```bash\r\n$ $ bazel run //:publisher\r\nINFO: Analyzed target //:publisher (94 packages loaded, 15192 targets configured).\r\nINFO: Found 1 target...\r\nTarget //:publisher up-to-date:\r\n  bazel-bin/publisher\r\nINFO: Elapsed time: 4.579s, Critical Path: 0.08s\r\nINFO: 1 process: 126 action cache hit, 1 internal.\r\nINFO: Build completed successfully, 1 total action\r\nINFO: Running command line: bazel-bin/publisher\r\nPublished: Hello from Fast DDS!\r\nPublished: Hello from Fast DDS!\r\nPublished: Hello from Fast DDS!\r\nPublished: Hello from Fast DDS!\r\nPublished: Hello from Fast DDS!\r\nPublished: Hello from Fast DDS!\r\nPublished: Hello from Fast DDS!\r\nPublished: Hello from Fast DDS!\r\nPublished: Hello from Fast DDS!\r\n```\r\nStart another console\r\n```bash\r\n$ bazel run //:subscriber\r\nINFO: Analyzed target //:subscriber (0 packages loaded, 2 targets configured).\r\nINFO: Found 1 target...\r\nTarget //:subscriber up-to-date:\r\n  bazel-bin/subscriber\r\nINFO: Elapsed time: 0.330s, Critical Path: 0.02s\r\nINFO: 1 process: 7 action cache hit, 1 internal.\r\nINFO: Build completed successfully, 1 total action\r\nINFO: Running command line: bazel-bin/subscriber\r\nWaiting for data...\r\nReceived: Hello from Fast DDS!\r\nReceived: Hello from Fast DDS!\r\nReceived: Hello from Fast DDS!\r\nReceived: Hello from Fast DDS!\r\nReceived: Hello from Fast DDS!\r\nReceived: Hello from Fast DDS!\r\nReceived: Hello from Fast DDS!\r\nReceived: Hello from Fast DDS!\r\nReceived: Hello from Fast DDS!\r\nReceived: Hello from Fast DDS!\r\n```\r\n# Clangd Support\r\nTo create file `compile_commands.json`\r\n```\r\n# with hedronvision/bazel-compile-commands-extractor\r\n$ bazel run @hedron_compile_commands//:refresh_all\r\n\r\n# or kiron1/bazel-compile-commands\r\n$ bazel-compile-commands --bazelopt \"--config=debug_target\" --bazelopt \"--config=opt_deps\" --replace=-fno-canonical-system-headers= //...\r\n```\r\n## License\r\nThis project is licensed under the BSD 3-Clause License, which permits use, distribution, and modification with proper attribution, while disclaiming liability and warranty. See the [LICENSE](./LICENSE) file for full details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fierturk%2Fbazel-dds","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fierturk%2Fbazel-dds","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fierturk%2Fbazel-dds/lists"}