Sorry if it sounded like that and i i was not questioning the explanation nor the tar1090 interface which i really appreciate
What data do you need in the screenshot? I was only interested in what this data show. I never said that i question it or see it incorrect.
I just wanted to get some more details about the data shown.
For me the question is answered and we can close this particular topic in this thread.
It’s always nice to have the ICAO hex included that’s at the top of the details.
That way one could check if it’s always sending that spurious selected altitude.
view1090-fa will show very detailed packet information for a specific ICAO address (shown in tar1090 below the callsign in the selected tab)
The | means the output is redirected to another program to not show every message.
grep options:
-i: ignore upper/lower case
selected: search term
-A4: show 4 lines after the search term is found
-B4: show 4 lines before the search term is found
This way you could find out rather quickly if the aircraft in question is repeatedly sending the wrong information.
As obj explained, sometimes there is misinterpretation of Comm-B going on, so it’s not impossible that the wrong value would repeat.
I’m using combine1090 and tar1090 running on a VPS to aggregate 1090 and 978 feeds from a single remote RasPi - but I’m seeing ‘ghost’ aircraft on the plots where the ‘real’ aircraft was reported from its 978MHZ UAT signal and the ‘ghost’ is an MLAT plot showing up on the 1090 MHz feed.
There is also an option at the piaware level to not generate anonymized results in the first place (“piaware-config mlat-results-anon no”), if that works better for this case.
A minor thing I recently noticed is the NEXRAD toggle in the settings window (gear icon) doesn’t appear to be functional. The NEXRAD toggle in the layers window works fine however. I’m on the latest version 200405, but this has been the case for a while now.
Not sure when this started. Perhaps with a recent update, not sure. Even though I have the FA links flag enabled in config.js, the FA links are not appearing in the sidebar when an aircraft is selected. I’m running the most recent version update 3 hours ago (200414).
@timothydykstra82
It works for me too on the latest version.
The only change I had to make was to change line 173 in config.js to read:
flightawareLinks = true;