From d34785e9b16a036f96b894e0175b5e4dd3973356 Mon Sep 17 00:00:00 2001 From: gitee-bot Date: Tue, 26 Aug 2025 01:02:39 +0000 Subject: [PATCH] Update README.md --- README.en.md | 32 ++++++++++++++++++++++++++++++++ README.md | 30 ++++++++++++++++++++++++++++++ 2 files changed, 62 insertions(+) create mode 100644 README.en.md create mode 100644 README.md diff --git a/README.en.md b/README.en.md new file mode 100644 index 0000000..33c33f1 --- /dev/null +++ b/README.en.md @@ -0,0 +1,32 @@ + + +# device-commons + +`device-commons` is a general-purpose device operation library that provides a set of common device-related functionalities, making it convenient for developers to integrate and use quickly. + +## Features + +- Provides general device information retrieval capabilities +- Supports multiple device operation interfaces +- Offers device status monitoring functionality +- Supports encapsulation of device communication protocols + +## Installation + +Please ensure that your development environment is already set up, then obtain the project using the following command: + +```bash +git clone https://gitee.com/ruan-yong/device-commons.git +``` + +## Usage + +After entering the project directory, perform the corresponding build and integration operations based on your development environment. + +## Contribution + +Code contributions and suggestions are welcome. Please submit a Pull Request on Gitee. + +## License + +This project follows the MIT License. For details, please refer to the LICENSE file. \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..5b6ea65 --- /dev/null +++ b/README.md @@ -0,0 +1,30 @@ +# device-commons + +`device-commons` 是一个通用设备操作库,提供了一系列与设备相关的通用功能,便于开发者快速集成和使用。 + +## 功能特性 + +- 提供通用设备信息获取功能 +- 支持多种设备操作接口 +- 提供设备状态监控能力 +- 支持设备通信协议的封装 + +## 安装 + +请确保您已安装好开发环境,然后通过以下方式获取本项目: + +```bash +git clone https://gitee.com/ruan-yong/device-commons.git +``` + +## 使用方法 + +进入项目目录后,根据您的开发环境进行相应的构建和集成操作。 + +## 贡献 + +欢迎贡献代码和提出建议。请前往 Gitee 提交 Pull Request。 + +## 许可证 + +本项目遵循 MIT 许可证。详情请查看 LICENSE 文件。 \ No newline at end of file -- Gitee