def main(port = DEFAULT_PORT):
    start_discovery_agent_thread(rpyc_port = port)
    threaded_server(port = port)
Example #2
0
def main(port = DEFAULT_PORT):
    start_discovery_agent_thread(rpyc_port = port)
    threaded_server(port = port, secure = True, vdb = vdb)
Example #3
0
def main(port=DEFAULT_PORT):
    start_discovery_agent_thread(rpyc_port=port)
    threaded_server(port=port)