I have a pymodbus server running and I'd like to know if a client is connected to it that it is serving. Is there any way to do that? I can't see an obvious way.
I'm using the synchronous server:
pymodbus.server.sync.ModbusTcpServer
I have a pymodbus server running and I'd like to know if a client is connected to it that it is serving. Is there any way to do that? I can't see an obvious way.
I'm using the synchronous server:
pymodbus.server.sync.ModbusTcpServer