vapor-ware / synse-modbus-ip-plugin

Modbus over TCP/IP plugin for Synse
GNU General Public License v3.0
2 stars 3 forks source link

Fix bulk read and nil reading, 58 and 54. Synse v3 port. #59

Closed MatthewHink closed 4 years ago

MatthewHink commented 4 years ago

Fixes https://github.com/vapor-ware/synse-modbus-ip-plugin/issues/58 Fixes https://github.com/vapor-ware/synse-modbus-ip-plugin/issues/54

Ports synse v2 code to synse v3. Ports synse v2 tests to synse v3. Adds an emulator and tests. Adds test hook to measure the number of modbus calls made to the wire. Update golang dependencies.