Class TcpRosServer

java.lang.Object
org.ros.internal.transport.tcp.TcpRosServer

public class TcpRosServer extends Object
The TCP server which is used for data communication between publishers and subscribers or between a service and a service client.

This server is used after publishers, subscribers, services and service clients have been told about each other by the master.

Author:
damonkohler@google.com (Damon Kohler)