MCPcopy Create free account
hub / github.com/SHAILAB-IPEC/OpenFly-Platform / accept_connection

Method accept_connection

scripts/sim/ue_bridge.py:150–153  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

148 print(f"Listening on {host}:{port}")
149
150 def accept_connection(self):
151 conn, addr = self.server_socket.accept()
152 print(f"Connected by {addr}")
153 return conn
154
155 def receive_pose(self, conn):
156 data = conn.recv(1024).decode()

Callers 1

handle_plannerFunction · 0.95

Calls 1

acceptMethod · 0.45

Tested by

no test coverage detected