Closed theruskian closed 6 months ago
Add the ability to use Modbus/TCP over a UDP transport.
modbus establishes a TCP connection to the modbus slave and polls registers
Send modbus request over UDP to poll registers
Modbus slaves that support UDP would benefit from the reduced overhead especially when there are multiple masters polling the device for data.
There is an MIT-licensed client implementation out there (https://github.com/simonvetter/modbus/issues/28).
Solved by https://github.com/grid-x/modbus/pull/85
Feature Request
Add the ability to use Modbus/TCP over a UDP transport.
Current behavior:
modbus establishes a TCP connection to the modbus slave and polls registers
Desired behavior:
Send modbus request over UDP to poll registers
Use case:
Modbus slaves that support UDP would benefit from the reduced overhead especially when there are multiple masters polling the device for data.