mbmd icon indicating copy to clipboard operation
mbmd copied to clipboard

Add UDP, support connection cloning

Open andig opened this issue 2 months ago • 0 comments

This PR implements https://github.com/grid-x/modbus/pull/70 and switches to https://github.com/evcc-io/modbus as fork of grid-x/modbus. By supporting connection cloning, concurrent access to the same underlying transport with different Slave IDs becomes possible without generating Golang races.

andig avatar May 01 '24 15:05 andig