realtime-adsb-out/examples/scenario2.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

13 lines
219 B
JSON

{
"plane1":
{
"filename":"./examples/MRYIA.json",
"trajectory_type":"circle"
},
"plane2":
{
"filename":"./examples/AN-IL78MP.json",
"trajectory_type":"circle"
}
}