# udsservice **Repository Path**: zhenjiny/udsservice ## Basic Information - **Project Name**: udsservice - **Description**: 来自黑芝麻智能科技(bstai)瀚海(hanhai)的UDS系统服务,他会解析UDS协议,并发起SomeIP调用 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: release-open-source - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2025-04-18 - **Last Updated**: 2025-04-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # udsservice The program is uds service application code. ### Dependencies - openssl - capicxx-core-runtime - capicxx-someip-runtime - vsomeip - uds-networktransport - uds-utility - libuds ### Special File Notes Where is the code file under directory src/v2 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 licensed under [Apache 2.0](LICENSE) ## Third-Party Libraries - openssl : which is licensed under the Apache License 2.0. - capicxx-core-runtime : which is licensed under the MPL-2.0 License. - capicxx-someip-runtime : which is licensed under the MPL-2.0 License. - vsomeip : which is licensed under the MPL-2.0 License. - uds-networktransport : which is licensed under the Apache 2.0 License. - uds-utility : which is licensed under the Apache 2.0 License. - libuds : which is licensed under the Apache 2.0 License.