device-protocol-sdk 1.0.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
|
+
Name: device-protocol-sdk
|
|
3
|
+
Version: 1.0.0
|
|
4
|
+
Summary: 无人机设备协议开发SDK
|
|
5
|
+
Author: Your Name
|
|
6
|
+
Requires-Python: >=3.8
|
|
7
|
+
Description-Content-Type: text/markdown
|
|
8
|
+
Requires-Dist: websockets >=10.0
|
|
9
|
+
Requires-Dist: pydantic >=1.9.0
|
|
10
|
+
|
|
11
|
+
# Device Protocol SDK
|
|
12
|
+
|
|
13
|
+
无人机设备协议开发工具包,提供标准化接口实现多类型无人机设备的快速接入。
|
|
14
|
+
|
|
15
|
+
[](https://pypi.org/project/device-protocol-sdk/)
|
|
16
|
+
[](https://pypi.org/project/device-protocol-sdk/)
|
|
17
|
+
|
|
18
|
+
## 功能特性
|
|
19
|
+
|
|
20
|
+
- 🛠️ **协议无关抽象**:统一各类无人机设备的控制接口
|
|
21
|
+
- 🔌 **连接池管理**:自动维护设备连接,支持多设备并行控制
|
|
22
|
+
- 🚀 **实时状态推送**:内置WebSocket状态推送工具
|
|
23
|
+
- 🔍 **动态协议发现**:运行时自动加载用户协议实现
|
|
24
|
+
|
|
25
|
+
## 安装
|
|
26
|
+
|
|
27
|
+
```bash
|
|
28
|
+
pip install device-protocol-sdk
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
device_protocol_sdk-1.0.0.dist-info/METADATA,sha256=p9fNoceaglYEmYY_9IdVA7rTqgtLhlviJsypmpLn6iw,1025
|
|
2
|
+
device_protocol_sdk-1.0.0.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
3
|
+
device_protocol_sdk-1.0.0.dist-info/top_level.txt,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
4
|
+
device_protocol_sdk-1.0.0.dist-info/RECORD,,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|