Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implementing TCP Server with multiple available connections. #25

Open
taushkanov opened this issue May 16, 2022 · 0 comments
Open

Implementing TCP Server with multiple available connections. #25

taushkanov opened this issue May 16, 2022 · 0 comments

Comments

@taushkanov
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant