baseStationSocket top-level property

SocketInfo baseStationSocket
final

The UDP socket for the Base Station program

Implementation

final baseStationSocket = SocketInfo(
  address: InternetAddress("192.168.1.50"),
  port: 8005,
);