libmodbuspp icon indicating copy to clipboard operation
libmodbuspp copied to clipboard

Implementing TCP Server with multiple available connections.

Open taushkanov opened this issue 3 years ago • 0 comments

Hello! Thank you for this great solution!

I need to implement TCP server with multiple available connections.

In libmodbus we can do this by creating listening socket, then catching incoming connection to handle requests and listen socket again for new connection.

Is there any way to do this with modbuspp? I cant find any appropriate methods in modbuspp rather than Modbus::Server::open().

Thank you in advance.

taushkanov avatar May 16 '22 06:05 taushkanov