modbus icon indicating copy to clipboard operation
modbus copied to clipboard

Add TCPHandlerFromConnection

Open DrJosh9000 opened this issue 2 years ago • 0 comments

This PR adds a new func for creating TCPClientHandler using an existing net.Conn. Some vendors like to obfuscate a regular connection inside some "encryption", or need some custom connection setup. The provided net.Conn can be a custom layer that provides "encryption", or the user can do what needs to be done to prepare the connection first.

DrJosh9000 avatar Jan 07 '23 06:01 DrJosh9000