ros-industrial-attic / keyence_experimental

BSD 3-Clause "New" or "Revised" License
11 stars 14 forks source link

Underlying TCP/IP Socket Implementation #3

Open Jmeyer1292 opened 9 years ago

Jmeyer1292 commented 9 years ago

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.