baseStationSocket top-level property
final
The UDP socket for the Base Station program
Implementation
final baseStationSocket = SocketInfo(
address: InternetAddress("192.168.1.50"),
port: 8005,
);
The UDP socket for the Base Station program
final baseStationSocket = SocketInfo(
address: InternetAddress("192.168.1.50"),
port: 8005,
);