autonomySocket top-level property

SocketInfo autonomySocket
final

The UDP socket on the Autonomy program.

Implementation

final autonomySocket = SocketInfo(
  address: InternetAddress("192.168.1.30"),
  port: 8001,
);