# 充电桩协议解析工具 **Repository Path**: vonjia/Charging-Station-Protocol-Tool ## Basic Information - **Project Name**: 充电桩协议解析工具 - **Description**: 充电桩协议解析工具,目前实现云快充1.6 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 9 - **Forks**: 3 - **Created**: 2024-10-16 - **Last Updated**: 2025-09-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 充电桩协议解析工具[充电桩协议解析工具] #### 介绍 运行界面 image-20240909222811616 #### 软件架构 ​ Python+PyQT6 #### 安装教程 - 环境: 1. Python:3.12.6 - 安装PyQT6教程及IDE初始化配置 https://blog.csdn.net/qq_45100200/article/details/132308716 - 打包exe步骤: 1. 安装pyinstaller ``` pip install pyinstaller ``` 2. 打包带console的exe,一般用于第一运行调试,方便检查exe异常的报错信息。 ``` pyinstaller .\main_c.spec ``` 3. 打包不带console的exe ``` pyinstaller .\main_w.spec ``` #### 使用说明 1. 已实现解析协议: 云快充-1.6 版本: ``` '01': parse_0001_general_response, # 终端通用应答 '02': parse_register_info, # 终端注册 '0102': parse_auth_info, # 终端鉴权 '0200': parse_location_info, # 位置信息 '8001': parse_8001_general_response, # 平台通用应答 '8003': parse_supplementary_sub_request, # 补传分包请求 '8100': parse_register_response, # 终端注册应答' '8103': parse_terminal_param_set, # 设置终端参数' '8105': parse_device_control, # 终端控制' ``` 2019版本: ``` '0001': parse_0001_general_response, # 终端通用应答 '0100': parse_register_info, # 终端注册 '0102': parse_auth_info, # 终端鉴权 '0200': parse_location_info, # 位置信息 '8001': parse_8001_general_response, # 平台通用应答 '8003': parse_supplementary_sub_request, # 补传分包请求 '8100': parse_register_response, # 终端注册应答' '8103': parse_terminal_param_set, # 设置终端参数' '8105': parse_device_control, # 终端控制' ``` 2. xxxx 3. xxxx #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request #### 支持作者 ![](./img/wx_zfb.jpg)