def main(port = DEFAULT_PORT): start_discovery_agent_thread(rpyc_port = port) threaded_server(port = port)
def main(port = DEFAULT_PORT): start_discovery_agent_thread(rpyc_port = port) threaded_server(port = port, secure = True, vdb = vdb)
def main(port=DEFAULT_PORT): start_discovery_agent_thread(rpyc_port=port) threaded_server(port=port)