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

Underlying TCP/IP Socket Implementation #3

Open
Jmeyer1292 opened this issue Jun 30, 2015 · 0 comments
Open

Underlying TCP/IP Socket Implementation #3

Jmeyer1292 opened this issue Jun 30, 2015 · 0 comments

Comments

@Jmeyer1292
Copy link
Collaborator

The current version of the test library uses libsocket++ to implement the TCPClient. Alternatives:

  1. Boost ASIO which is part of boost's core libraries and included in a ROS install
  2. Our own implementation wrapped linux sockets ala simple messages' wrapper. We don't need much functionality and this could be worth it over depending on a huge library.
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