# e-iot **Repository Path**: hdzc/e-iot ## Basic Information - **Project Name**: e-iot - **Description**: Simple, high performance, based on vertx to implement a variety of charging protocols, include ocpp1.6, ocpp2.0.1, ocpp2.1,云快充. (基于 Vert.x 实现多种充电协议) - **Primary Language**: Java - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 2 - **Created**: 2025-07-18 - **Last Updated**: 2025-09-03 ## Categories & Tags **Categories**: web-dev-toolkits **Tags**: 云快充, ocpp, IOT, Vertx, Netty ## README # e-iot 简单,高性能,基于 vert.x 实现多种充电协议。 Simple, high performance, based on vertx to implement a variety of charging protocols ### 实现的协议 * 云快充协议(包括 云快充1.5, 云快充 1.6) (eiot-ykc) * ocpp(包括 ocpp1.6J, ocpp2.0.1, ocpp2.1) (eiot-ocpp) ### 怎么使用 #### 云快充 ```xml io.github.wang007 eiot-ykc 0.0.2 io.github.wang007 eiot-ykc 2.0.1 ``` 1. [云快充 使用示例](./eiot-example/src/main/java/io/github/eiot/example/ykc/YkcChargeServerExample.java) 2. [云快充 代理服务示例](./eiot-example/src/main/java/io/github/eiot/example/ykc/YkcReverseServerExample.java) #### OCPP ```xml io.github.wang007 eiot-ocpp 0.0.2 io.github.wang007 eiot-ocpp1_6-schema 0.0.2 io.github.wang007 eiot-ocpp 2.0.1 io.github.wang007 eiot-ocpp1_6-schema 2.0.1 ``` 1. [ocpp 使用示例](./eiot-example/src/main/java/io/github/eiot/example/ocpp/OcppServerExample.java) 2. [ocpp 多协议共用服务使用示例](./eiot-example/src/main/java/io/github/eiot/example/ocpp/MultiOcppServerExample.java) 3. [ocpp 代理服务示例](./eiot-example/src/main/java/io/github/eiot/example/ocpp/OcppReverseServerExample.java) ### 支持 1. 由于协议定义涉及版权问题,如需私有 iot 协议开发,请联系我
Editor