# diagnosticservice **Repository Path**: hanhai-modules/diagnosticservice ## Basic Information - **Project Name**: diagnosticservice - **Description**: 来自黑芝麻智能科技(bstai)瀚海(hanhai)的诊断系统服务。是Hanhai的基础组件之一。 主要收集Linux系统诊断信息和错误码,并根据筛选规则上报到MCU - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: release-open-source - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2024-04-26 - **Last Updated**: 2025-12-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # diagnosticservice The Diagnostic service collects diagnostic information from other modules and receives distribution error diagnostic codes . ### Dependencies - boost - advancedserviceframework - capicxx-core-runtime - capicxx-someip-runtime ### Special File Notes Where is the code file under directory logic_diag/src-gen which is the code file generated by the file under directory service-interface through advancedserviceframework. ### Build from source code Use CMake to build this project ``` mkdir build cd build && cmake .. make ``` ## License This program is released under [Apache 2.0](LICENSE) ## Third-Party Libraries - boost : which is licensed under the BSL-1.0 & MIT & Python-2.0 License. - advancedserviceframework : which is licensed under the Apache 2.0 License. - capicxx-core-runtime : which is licensed under the MPL-2.0 License. - capicxx-someip-runtime : which is licensed under the MPL-2.0 License.