grid-x / modbus

BSD 3-Clause "New" or "Revised" License
82 stars 28 forks source link

Modbus UDP Feature Resquest #50

Closed theruskian closed 6 months ago

theruskian commented 2 years ago

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.

andig commented 1 year ago

There is an MIT-licensed client implementation out there (https://github.com/simonvetter/modbus/issues/28).

dammarco commented 6 months ago

Solved by https://github.com/grid-x/modbus/pull/85