/*opens the server connections when the "connect" button is pressed*/
 void OpenConnection()
 {
     infoReceiver.Connect(settings.FlightServerIP, settings.FlightInfoPort, settings.FlightCommandPort);
 }