Package rosetta :: Module PyMolLink :: Class PySocketClient
[hide private]
[frames] | no frames]

Class PySocketClient

source code

Instance Methods [hide private]
 
__init__(self, udp_port=65000, udp_ip='127.0.0.1')
Create socket client targeting the given endpoint.
source code
 
_send_raw_message(self, msg) source code
 
send_message(self, msg) source code
Method Details [hide private]

__init__(self, udp_port=65000, udp_ip='127.0.0.1')
(Constructor)

source code 

Create socket client targeting the given endpoint.

udp_port - Target port. udp_ip - IP address or hostname.