OpenHD / QOpenHD

QOpenHD App
Other
220 stars 88 forks source link

ADSB control settings #652

Closed pilotnbr1 closed 9 months ago

pilotnbr1 commented 9 months ago

Added settings back into the app. Only one exposed in the gui ATM is "adsb_enable" = basically the master on off switch. The other settings need to be handled by a dedicated adsb widget

pilotnbr1 commented 9 months ago

Controls are added into the small map widget setting popup for adsb.

There is a commit here that also contains stuff outside of ADSB. For udp connections the intitial port is whatever comes from the header or user on initialization. IF the socket fails to bend because that port is already bound it tries port 14551. If that fails because 14551 is already bound it tries port 14550. Finally if 14550 fails it goes back to whatever m_local_port is.

pilotnbr1 commented 9 months ago

I am noticing a bug with adsb traffic expiring but then not being removed from the map. It appears the entry is deleted from the model but something weird is going on....