DATA AND HOW IT RELATES TO FR24FEED AND RECEIVERS
Aircraft send different types of small data packets.
Much of the data you see on FlightRadar (or any track sites) is a mixture of received transponder data, database and 3rd party information grouped to populate the additional fields and calculated data
http://woodair.net/sbs/article/bareb...ocket_data.htm
What must be understood is the HEX displayed CAN NOT be changed as it is part of the data sent from aircraft. Hard coded to the transponder, and should be changed when aircraft exported to different country (often not)
Only registration and other details referenced/associated to the HEX can be adjusted
Standard message from aircraft (decoded):
As the link details the data is formatted as:
Data Type, Message type, Session ID, AircraftID, Hex, FlightID, Date (gen), Time(gen), Date, Time, Callsign, Altitude, GoundSpeed, Track (EW NS Calc), lat, Lon, VRate, SQ, (other flags and on ground/taxi flag)
2 messages were received from 7C77FA, An Airborne Position update, and an airborne Velocity update
(Missing type 6 Squawk/callsign identifier as seen
MSG,6,333,105,C8237A,205,2019/03/23,14:22:16.543,2019/03/23,14:22:16.543,,9925,,,,,,5553,0,0,0,0)
Non GPS equipped aircraft may only supply message, HEX, Time, Squawk, Altitude
The server uses this basic data to calculate positions/Calibrated adjustments/Direction etc
datasources.jpg
Aircraft send different types of small data packets.
Much of the data you see on FlightRadar (or any track sites) is a mixture of received transponder data, database and 3rd party information grouped to populate the additional fields and calculated data
http://woodair.net/sbs/article/bareb...ocket_data.htm
What must be understood is the HEX displayed CAN NOT be changed as it is part of the data sent from aircraft. Hard coded to the transponder, and should be changed when aircraft exported to different country (often not)
Only registration and other details referenced/associated to the HEX can be adjusted
Standard message from aircraft (decoded):
Code:
MSG,3,333,111,7C77FA,211,2019/03/23,14:22:16.487,2019/03/23,14:22:16.487,,33000,,,-41.39008,171.26131,,,0,0,0,0 MSG,3,333,107,C8216E,207,2019/03/23,14:22:16.487,2019/03/23,14:22:16.487,,36025,,,-40.95753,173.33350,,,0,0,0,0 MSG,3,333,91,C81D8E,191,2019/03/23,14:22:16.487,2019/03/23,14:22:16.487,,3800,,,-43.41779,172.38673,,,0,0,0,0 MSG,3,333,96,C8195B,196,2019/03/23,14:22:16.542,2019/03/23,14:22:16.542,,21000,,,-43.68602,172.20180,,,0,0,0,0 MSG,6,333,104,C81845,204,2019/03/23,14:22:16.542,2019/03/23,14:22:16.542,,20525,,,,,,1422,0,0,0,0 MSG,6,333,104,C81845,204,2019/03/23,14:22:16.542,2019/03/23,14:22:16.542,,20525,,,,,,1422,0,0,0,0 MSG,8,333,96,C8195B,196,2019/03/23,14:22:16.542,2019/03/23,14:22:16.542,,,,,,,,,,,,0 MSG,6,333,103,7C6B0B,203,2019/03/23,14:22:16.542,2019/03/23,14:22:16.542,,26175,,,,,,5556,0,0,0,0 MSG,6,333,104,C81845,204,2019/03/23,14:22:16.542,2019/03/23,14:22:16.542,,20525,,,,,,1422,0,0,0,0 MSG,6,333,105,C8237A,205,2019/03/23,14:22:16.543,2019/03/23,14:22:16.543,,9925,,,,,,5553,0,0,0,0 MSG,6,333,105,C8237A,205,2019/03/23,14:22:16.543,2019/03/23,14:22:16.543,,9925,,,,,,5553,0,0,0,0 MSG,4,333,111,7C77FA,211,2019/03/23,14:22:16.543,2019/03/23,14:22:16.543,,,465.0,88.9,,,0,,,,,
Data Type, Message type, Session ID, AircraftID, Hex, FlightID, Date (gen), Time(gen), Date, Time, Callsign, Altitude, GoundSpeed, Track (EW NS Calc), lat, Lon, VRate, SQ, (other flags and on ground/taxi flag)
2 messages were received from 7C77FA, An Airborne Position update, and an airborne Velocity update
(Missing type 6 Squawk/callsign identifier as seen
MSG,6,333,105,C8237A,205,2019/03/23,14:22:16.543,2019/03/23,14:22:16.543,,9925,,,,,,5553,0,0,0,0)
MSG = Downlink
3 = Position update
7C77FA = HEX
2019/03/23 = Date message created
14:22:16.487 = Time Message Created
33000 = Altitude
-41.39008 = Latitude from GPS
171.26131 = Longitude from GPS
3 = Position update
7C77FA = HEX
2019/03/23 = Date message created
14:22:16.487 = Time Message Created
33000 = Altitude
-41.39008 = Latitude from GPS
171.26131 = Longitude from GPS
MSG = Downlink
4 = Velocity Update
7C77FA = Hex
2019/03/23 = Date Message Created
14:22:16.543 = Time Message Created
465.0 = Ground Speed
88.9 = Track
0 = Vertical rate neutral/cruise
4 = Velocity Update
7C77FA = Hex
2019/03/23 = Date Message Created
14:22:16.543 = Time Message Created
465.0 = Ground Speed
88.9 = Track
0 = Vertical rate neutral/cruise
The server uses this basic data to calculate positions/Calibrated adjustments/Direction etc
datasources.jpg
Comment