{"id":19820472,"url":"https://github.com/yodaos-project/flora","last_synced_at":"2025-10-10T13:09:16.184Z","repository":{"id":56149284,"uuid":"147773458","full_name":"yodaos-project/flora","owner":"yodaos-project","description":"The lightweight IPC library which supports PUB/SUB for embedded device.","archived":false,"fork":false,"pushed_at":"2025-05-28T10:42:46.000Z","size":436,"stargazers_count":24,"open_issues_count":1,"forks_count":9,"subscribers_count":25,"default_branch":"master","last_synced_at":"2025-08-06T15:51:56.619Z","etag":null,"topics":["flora","ipc","yodaos"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yodaos-project.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2018-09-07T05:10:43.000Z","updated_at":"2025-03-03T15:37:13.000Z","dependencies_parsed_at":"2025-06-10T07:36:10.600Z","dependency_job_id":"479550d9-266f-40bb-8964-4ee03692b1ea","html_url":"https://github.com/yodaos-project/flora","commit_stats":{"total_commits":82,"total_committers":4,"mean_commits":20.5,"dds":0.3902439024390244,"last_synced_commit":"ed2776f846b745a44815515d32e2277f54068c3c"},"previous_names":[],"tags_count":48,"template":false,"template_full_name":null,"purl":"pkg:github/yodaos-project/flora","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yodaos-project%2Fflora","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yodaos-project%2Fflora/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yodaos-project%2Fflora/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yodaos-project%2Fflora/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yodaos-project","download_url":"https://codeload.github.com/yodaos-project/flora/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yodaos-project%2Fflora/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279004062,"owners_count":26083665,"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-10-10T02:00:06.843Z","response_time":62,"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":["flora","ipc","yodaos"],"created_at":"2024-11-12T10:23:27.831Z","updated_at":"2025-10-10T13:09:16.160Z","avatar_url":"https://github.com/yodaos-project.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# flora\n\n[![Build Status](https://travis-ci.com/yodaos-project/flora.svg?branch=master)](https://travis-ci.com/yodaos-project/flora)\n\n作者: chen.zhang@rokid.com\n\n版本: 1\n\n更新时间: 2018.08.09 15:44\n\n## 概述\n\n跨进程/设备消息广播协议\n\n## 编译\n\n* 需要cmake 3.0以上\n\n* 支持交叉编译\n\n```\n./config \u003c参数\u003e  配置编译参数，生成makefiles\ncd ${makefiles生成目录}\nmake\nmake install\n```\n\n### 依赖模块\n\n[mutils](https://github.com/Rokid/aife-mutils)  结构体序列化工具及log工具\n\n[cmake-modules](https://github.com/Rokid/aife-cmake-modules)  cmake脚本功能模块\n\n### 编译配置参数说明\n\n* --build-dir=\\*  指定cmake生成makefiles的目录\n\n* --prefix=\\*  指定安装目录\n\n* --cmake-modules=\\*  指定[cmake-modules](https://github.com/Rokid/aife-cmake-modules)仓库目录\n\n* --find-root-path=\\*  附加的动态库/静态库/头文件搜索路径\n\n* --mutils=\\*  指定[mutils](https://github.com/Rokid/aife-mutils)动态库/头文件搜索路径\n\n* --toolchain=\\*  交叉编译工具链安装目录\n\n* --cross-prefix=\\*  交叉编译命令前缀\n\n### 编译命令示例\n\n```\n以a113平台交叉编译为例\n假定工具链编译器路径为/home/codefarmer/a113/toolchain/gcc/linux-x86/aarch64/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/bin/aarch64-linux-gnu-g++\nmutils-caps库路径为/home/codefarmer/buildroot/a113/usr/lib/libcaps.so\nmutils-rlog库路径为/home/codefarmer/buildroot/a113/usr/lib/librlog.so\nmutils头文件路径为/home/codefarmer/buildroot/a113/usr/include/caps/caps.h\n                  /home/codefarmer/buildroot/a113/usr/include/log/rlog.h\n(注: 编译mutils时指定./config --prefix=/home/codefarmer/buildroot/a113/usr，make install后即为此种状态)\ncmake-modules仓库路径为/home/codefarmer/cmake-modules\n\n./config \\\n\t--build-dir=a113-build \\\n\t--cmake-modules=/home/codefarmer/cmake-modules \\\n\t--toolchain=/home/codefarmer/a113/toolchain/gcc/linux-x86/aarch64/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu \\\n\t--cross-prefix=aarch64-linux-gnu- \\\n\t--find-root-path=/home/codefarmer/buildroot/a113 \\\n\t--prefix=你喜欢的安装路径(如不指定，默认为/usr)\n\ncd a113-build\nmake\nmake install\n```\n\n## 使用说明\n\n[c++接口](./docs/cpp-api.md)\n\n[c接口](./docs/c-api.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyodaos-project%2Fflora","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyodaos-project%2Fflora","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyodaos-project%2Fflora/lists"}