Esempio n. 1
0
def main(port = DEFAULT_PORT):
    start_discovery_agent_thread(rpyc_port = port)
    threaded_server(port = port)
Esempio n. 2
0
def main(port = DEFAULT_PORT):
    start_discovery_agent_thread(rpyc_port = port)
    threaded_server(port = port, secure = True, vdb = vdb)
Esempio n. 3
0
def main(port=DEFAULT_PORT):
    start_discovery_agent_thread(rpyc_port=port)
    threaded_server(port=port)