rhaamo / pyAirwaves

pyAirwaves is an ADS-B and AIS processing, storage (planned), and display application with Leaflets integration.
GNU Affero General Public License v3.0
10 stars 4 forks source link

client threading #8

Open rhaamo opened 5 years ago

rhaamo commented 5 years ago

currently airwaves_adsb_client only handle ADSB and no threading.

the new client needs to handle ADSB and AIS, do threading (restart if fails) and the socket part needs to restart too if failed.