Change to python3, moved to argparse, adding a config file for defaults, adding logging
This commit is contained in:
15
config.cfg
Normal file
15
config.cfg
Normal file
@@ -0,0 +1,15 @@
|
||||
[general]
|
||||
outputfilename = Samples_256K.iq8s
|
||||
repeats = 1
|
||||
|
||||
[plane]
|
||||
icao = 0xABCDEF
|
||||
latitude = 12.34
|
||||
longitude = 56.78
|
||||
altitude = 9876.5
|
||||
capability = 5
|
||||
typecode = 11
|
||||
surveillancestatus = 0
|
||||
nicsupplementb = 0
|
||||
time = 0
|
||||
surface = false
|
||||
Reference in New Issue
Block a user