16 Star 125 Fork 62

唯一咕噜 / protocol modbus_IEC104_cdt

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 1.11 KB
一键复制 编辑 原始数据 按行查看 历史
唯一咕噜 提交于 2021-12-27 11:15 . no message

该项目为协议通讯工具包的合集

其中使用到的 开源技术主要有

现阶段支持IEC104,modbus(TCP,RTU),CDT(RTU),后期可能会扩展更多

使用方式请参见项目内的介绍,也可参考本人的另一个项目 protocolconverter

使用者可以install发布到本地 ,如果有条件的可以deploy到自己家的仓库

有问题可以发邮件到 524710549@qq.com 与我联系,探讨交流 微信 QQ :524710549

2.x.x版本支持遥控、遥调。

欢迎大家批评指正。

104依赖引入

<dependency>
  <groupId>wei.yigulu</groupId>
  <artifactId>protocol-iec104</artifactId>
  <version>1.4.7</version>
</dependency>

modbus依赖引入

<dependency>
  <groupId>wei.yigulu</groupId>
  <artifactId>protocol-modbus</artifactId>
  <version>1.2.0</version>
</dependency>

CDT依赖引入

<dependency>
  <groupId>wei.yigulu</groupId>
  <artifactId>protocol-cdt</artifactId>
  <version>1.0.0</version>
</dependency>
Java
1
https://gitee.com/weiyigulu_admin/protocol.git
git@gitee.com:weiyigulu_admin/protocol.git
weiyigulu_admin
protocol
protocol modbus_IEC104_cdt
master

搜索帮助