Public Member Functions | |
def | __init__ |
def | establish_connection |
def | get_ip_address |
def | register_functions |
def | run_server |
This is the main class for the server.
Definition at line 17 of file start_server.py.
|
Constructor Definition at line 20 of file start_server.py. |
|
establish a working connection using MySSLServer Definition at line 150 of file start_server.py. |
|
Uses the Linux SIOCGIFADDR ioctl to find the IP address associated with a network interface, given the name of that interface, e.g. "eth0". source: http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/439094 modified by a.weise (December 2005) Definition at line 170 of file start_server.py. |
|
register all the rpc - functions Definition at line 189 of file start_server.py. |
|
handle all client requests Definition at line 204 of file start_server.py. |