e-iot
e-iot copied to clipboard
Simple, high performance, based on vertx to implement a variety of charging protocols, include ocpp1.6, ocpp2.0.1, ocpp2.1, 云快充. (基于 Vert.x 实现多种充电协议)
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)
怎么使用
云快充
<!-- 引入 jar -->
<!-- vertx 4.x 版本 -->
<dependency>
<groupId>io.github.wang007</groupId>
<artifactId>eiot-ykc</artifactId>
<version>1.2.0</version>
</dependency>
<!-- vertx 5.x 版本 -->
<dependency>
<groupId>io.github.wang007</groupId>
<artifactId>eiot-ykc</artifactId>
<version>2.2.0</version>
</dependency>
- 云快充 使用示例
- 云快充 代理服务示例
OCPP
<dependenies>
<!-- 引入 jar -->
<!-- vertx 4.x 版本 -->
<dependency>
<groupId>io.github.wang007</groupId>
<artifactId>eiot-ocpp</artifactId>
<version>1.2.0</version>
</dependency>
<!-- 对应的 schema -->
<dependency>
<groupId>io.github.wang007</groupId>
<artifactId>eiot-ocpp1_6-schema</artifactId>
<version>1.2.0</version>
</dependency>
<!-- vertx 5.x 版本 -->
<dependency>
<groupId>io.github.wang007</groupId>
<artifactId>eiot-ocpp</artifactId>
<version>2.2.0</version>
</dependency>
<!-- 对应的 schema -->
<dependency>
<groupId>io.github.wang007</groupId>
<artifactId>eiot-ocpp1_6-schema</artifactId>
<version>2.2.0</version>
</dependency>
</dependenies>
- ocpp 使用示例
- ocpp 多协议共用服务使用示例
- ocpp 代理服务示例
支持
- 由于协议定义涉及版权问题,如需私有 iot 协议开发,请联系我