You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: