# uds-utility **Repository Path**: zhenjiny/uds-utility ## Basic Information - **Project Name**: uds-utility - **Description**: 来自黑芝麻智能科技(bstai)瀚海(hanhai)的UDS诊断库 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: release-open-source - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2025-04-18 - **Last Updated**: 2025-04-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # uds-utility This repository contains the main functional code for the diagnostic module. The common directory contains common functional component code for the diagnostic module, including configuration management (configuration), error code management (error), timers (timer), utility functions (utils), and more. The modules-diagnostic_idl directory contains FIDL files used for package management in the diagnostic module. ### Dependencies - protobuf - json ### 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 - protobuf : which is licensed under the BSD3-Clause License. - json : which is licensed under the MIT License.