Files
realtime-adsb-out/examples/MRYIA.json
Mathieu Peyréga bc9687feb9 Features:
- initial support for multiples tracks simulation

Enhancements:
- code profiling and optimization
 - faster lookup table based ppm + IQ generation
 - faster CRC24 computations
 - frame encoding

Bug fixes:
- callsign encoding
- typos
2022-03-15 20:23:40 +01:00

18 lines
383 B
JSON

{
"icao_aa":"0x508035",
"callsign":"MRYIA",
"squawk": "7000",
"alt_ft": 4500.0,
"lat_deg": 50.44994,
"lon_deg": 30.5211,
"speed_kph": 600.0,
"vspeed_ftpmin": 0.0,
"maxloadfactor": 1.03,
"track_angle_deg": 0.0,
"capability": 5,
"type_code": 11,
"surveillance_status": 0,
"timesync": 0,
"nicsup": 0,
"on_surface": false
}