wiedehopf / readsb

ADS-B decoder swiss knife
Other
321 stars 70 forks source link

Short documentation of how readsb is utilizing mlat #58

Closed Exeu closed 3 months ago

Exeu commented 4 months ago

Hello, this is more an understanding topic rather than an issue. I am wondering how readsb is getting mlat information. I am running readsb with tar1090. So in tar1090 I can observe that there are several aircrafts tracked using mlat. If I read directly from the json port of readsb I can see the mlat fields. Where readsb is getting this information from? For that purpose it would need to talk to different services or talk to different readsb instances in order to do triangulation? I can not really find this in code but maybe I am also wrong or overseeing this.

Thank you in advance! Great work

wiedehopf commented 4 months ago

MLAT results are being pushed into readsb by mlat-client via network most likely.

But i can't guess where you get MLAT results into your readsb that would be on you to know :)

Note: readsb never generates mlat results, it only processes those sent to it via network.