simonvetter / modbus

Go modbus stack (client and server)
MIT License
262 stars 83 forks source link

Add udp server #28

Open andig opened 1 year ago

andig commented 1 year ago

This library is the only one I'm aware of that supports a UDP client. For round-trip testing a UDP server would be a great addition. I gave it a try but failed; main issue being the connectionlessnes of UDP.