I have my Pi running dump1090 with the --write-json flag, and then I have a Python script that opens the json file and copies it to a file if there is any aircraft. I have had it running for the past day and a half, and I am seeing some very interesting enteries. Such as:
{ "now" : 1745564263.9,
"messages" : 139804,
"aircraft" : [
{"hex":"000000","squawk":"1400","altitude":123100,"mlat":[],"tisb":[],"messages":2,"seen":22.6,"rssi":-44.3}
]
}
{ "now" : 1745565735.7,
"messages" : 140199,
"aircraft" : [
{"hex":"738a69","squawk":"4142","flight":"IRON ","altitude":30075,"vert_rate":0,"category":"A3","mlat":[],"tisb":[],"messages":393,"seen":48.0,"rssi":-31.9}
]
}
Are these spoofed? Or an actual broadcast from 120,000 feet and a flight named ‘IRON’?