autonomySocket top-level property
final
The UDP socket on the Autonomy program.
Implementation
final autonomySocket = SocketInfo(
address: InternetAddress("192.168.1.30"),
port: 8001,
);
The UDP socket on the Autonomy program.
final autonomySocket = SocketInfo(
address: InternetAddress("192.168.1.30"),
port: 8001,
);