{"id":30694134,"url":"https://github.com/ahmadaddakhakhny/bbb-application","last_synced_at":"2025-09-26T13:21:57.200Z","repository":{"id":311659559,"uuid":"1044487131","full_name":"AhmadAddakhakhny/BBB-Application","owner":"AhmadAddakhakhny","description":"Beaglebone Black Application Development with and workflows. ","archived":false,"fork":false,"pushed_at":"2025-08-25T20:11:58.000Z","size":50,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-25T21:12:33.472Z","etag":null,"topics":["beagleboneblack-sdk","clang-format","clang-tidy","cmake","codecov","cpm","cpp","google-test","makefile","qt6","sanitizer"],"latest_commit_sha":null,"homepage":"","language":"CMake","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AhmadAddakhakhny.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-08-25T18:57:28.000Z","updated_at":"2025-08-25T20:25:10.000Z","dependencies_parsed_at":"2025-08-25T21:22:59.691Z","dependency_job_id":null,"html_url":"https://github.com/AhmadAddakhakhny/BBB-Application","commit_stats":null,"previous_names":["ahmadaddakhakhny/bbb-application"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/AhmadAddakhakhny/BBB-Application","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AhmadAddakhakhny%2FBBB-Application","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AhmadAddakhakhny%2FBBB-Application/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AhmadAddakhakhny%2FBBB-Application/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AhmadAddakhakhny%2FBBB-Application/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AhmadAddakhakhny","download_url":"https://codeload.github.com/AhmadAddakhakhny/BBB-Application/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AhmadAddakhakhny%2FBBB-Application/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273238762,"owners_count":25069762,"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","status":"online","status_checked_at":"2025-09-02T02:00:09.530Z","response_time":77,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["beagleboneblack-sdk","clang-format","clang-tidy","cmake","codecov","cpm","cpp","google-test","makefile","qt6","sanitizer"],"created_at":"2025-09-02T06:02:19.018Z","updated_at":"2025-09-26T13:21:57.185Z","avatar_url":"https://github.com/AhmadAddakhakhny.png","language":"CMake","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Beaglebone Black Application Development\n![Image](https://github.com/user-attachments/assets/2b35cdc0-944a-430f-bb16-1d9e4b85039c)\nThis is a Qt/C++ CMake-based platform for developing applications on the BeagleBone Black. What you get is:\n* Custom beaglebone black SDK supports Qt6\n* Utilize Unit testing using gtest and gmock\n* Use of modern CMake for building and compiling\n* External libraries installed and managed by Conan\n* Tooling: Clang-Format, Clang-format-diff, Cmake-format, Clang-tidy, Sanitizers\n\n## Clone\n```bash\ngit@github.com:AhmadAddakhakhny/BBB-Application.git\nhttps://github.com/AhmadAddakhakhny/BBB-Application.git\n```\n\n## Software Requirements\n* Python3\n* GNU Makefile\n* CMake 3.21+\n* clang-tidy\n* clang-format\n* G++9 (or higher), Clang++9 (or higher)\n* Code Coverage (only on GNU|Clang): gcovr\n\n## Project Layout\n```\nBBB-Application/\n├── src/                   # Central src directory where contain all applications and libs of the project (i.e. LEDController, CAN and libDlt).\n    └── \u003capps\u003e/               # application sources.\n        └── app/                # Application sources.\n        └── test/               # Application unit-test.\n        └── configured/         # lookup of header file/s to be generated during compilation time.\n        └── docs/               # Unit document design AKA. UDD\n    └── \u003clib*\u003e/               # Utility lib. for reusable modules that can be used across different parts of your project whether first or third party lib.\n├── sdk/                   # Custom Beaglebone black SDk sysroot for both ARM and x86 as supports Qt6, openssl and etc.\n├── cmake/                 # User defined cmake includes.\n│   scripts/               # Scripts for setting project environment.\n├── tools/                 # Development tools for development process i.e. linters, and formaters (i.e. LLVM clang flavours).\n    └── conanfile.py          # Contains all packages that have to be installed and be consumed by this project via conan package manager.\n├── builds/                # OUT-OF-SOURCE build trees (ignored by git).\n├── install/               # Installed Project compilation output (ignored by git).\n├── docs/                  # Architecture document design AKA ADD\n├── CMakeLists.txt         # Central project CMakeLists.txt file.\n├── CMakePresets.json      # Defines reusable build configurations (presets) so you can build and cross-compile the project with simple cmake --preset \u003cname\u003e commands\n├── Makefile               # Wrapper rules for CMakePresets.\n├── .gitignore             # Execlude dir/files  from beaing tracked.\n├── .clang-tidy            # Clang-tidy config file.\n├── .clang-format          # Clang-format config file.\n├── .cmake-format.yaml     # cmake-format config file.\n├── LICENSE                # Project LICENSE.\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fahmadaddakhakhny%2Fbbb-application","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fahmadaddakhakhny%2Fbbb-application","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fahmadaddakhakhny%2Fbbb-application/lists"}