Skip to content

iotcs-gateway v0.7.0

Compare
Choose a tag to compare
@IOT-CS IOT-CS released this 18 Aug 17:01
· 12 commits to main since this release

新增驱动:
1、西门子S7驱动(支持西门子各种型号PLC协议,实现设备点位数据的采集与上传)
2、Modbus驱动协议(包括modbus RTU、modbus TCP和modbus RTU over TCP3个驱动)

其它问题优化项:
1、修复 MQTT 消息通道堵塞导致重连失败
2、优化首页信息展示栏
3、重构设备与分组模块,设置采集周期,提高数据采集效率
4、采用Actor模式,提高消息处理的高效与稳定性
5、更新了内部websocket服务实现方式