| Home | Trees | Indices | Help | 
 | 
|---|
|  | 
object --+
         |
        TCPServer
Simple server that accepts inbound TCP/IP connections and hands them off to a handler function. TCPServer obeys the ROS_IP/ROS_HOSTNAME environment variables
| Instance Methods | |||
| 
 | |||
| 
 | |||
| 
 | |||
| (str, int) | 
 | ||
| 
 | |||
| Inherited from  | |||
| Properties | |
| Inherited from  | 
| Method Details | 
| 
 Setup a server socket listening on the specified port. If the port is omitted, will choose any open port. 
 | 
| 
 Main TCP receive loop. Should be run in a separate thread -- use start() to do this automatically. | 
| 
 
 | 
| Home | Trees | Indices | Help | 
 | 
|---|
| Generated by Epydoc 3.0.1 on Mon Nov 2 03:52:39 2020 | http://epydoc.sourceforge.net |