bc9687feb9
- 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
23 lines
443 B
JSON
23 lines
443 B
JSON
{
|
|
"plane1":
|
|
{
|
|
"filename":"./examples/MRYIA.json",
|
|
"trajectory_type":"circle"
|
|
},
|
|
"plane2":
|
|
{
|
|
"filename":"./examples/AN-IL78MP.json",
|
|
"trajectory_type":"circle"
|
|
},
|
|
"plane3":
|
|
{
|
|
"filename":"./examples/A400M-094.json",
|
|
"trajectory_type":"circle"
|
|
},
|
|
"plane4":
|
|
{
|
|
"filename":"./examples/A400M-110.json",
|
|
"trajectory_type":"circle"
|
|
}
|
|
}
|