# libuds **Repository Path**: hanhai-modules/libuds ## Basic Information - **Project Name**: libuds - **Description**: 来自黑芝麻智能科技(bstai)瀚海(hanhai)的UDS协议解析库 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: release-open-source - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 2 - **Created**: 2024-06-26 - **Last Updated**: 2025-05-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # libuds The program is uds service implementation and logic code ### Dependencies - uds-networktransport ### Build from source code Use CMake to build this project ``` mkdir build cd build && cmake .. make ``` ## License libuds is licensed under [Apache 2.0](LICENSE) ## Third-Party Libraries - uds-networktransport : which is licensed under the Apache 2.0 License.