goldfish icon indicating copy to clipboard operation
goldfish copied to clipboard

Goldfish is a Go framework to create Modbus servers.

Results 8 goldfish issues
Sort by recently updated
recently updated
newest added

A connection can stay alive forever, even though the connection is not used. A connection should be closed if no data gets send or is recieved for a given time.

Added a map so errors can be accessed based on their ID.

Im the current implementation all the modbuscodes are exposed and can be used if you know which one you want to use. In certain situations, such as a modbus-proxy, the...

In the current implementation each connection runs in its own goroutine. All the requests send using that connection get handled sequentially by that same routine. It might be possible to...