SatHelperApp.cfg
· 807 B · INI
Bruto
Title = "SatHelperApp"
[Base]
SymbolRate = 927000
RRCAlpha = 0.3
Mode = "hrit"
Decimation = 1
AGCEnabled = true
DeviceType = "rtlsdr"
SendConstellation = true
PLLAlpha = 0.0
DemuxerType = "direct"
StatisticsPort = 5002
[Decoder]
Display = true
UseLastFrameData = true
[Source]
SampleRate = 2560000
Frequency = 1694100000
[DirectDemuxer]
OutputFolder = "out"
TemporaryFolder = "tmp"
PurgeFilesAfterProcess = true
SkipVCID = []
ReprojectImages = false
DrawMap = true
FalseColor = true
Enhanced = true
MetaFrame = true
[RtlsdrSource]
MixerGain = 200
LNAGain = 180
VGAGain = 4
BiasTEnabled = false
OffsetTunning = true
[RPC]
Enable = false
ListenPort = 5500
ListenAddr = ""
[Prometheus]
Enable = false
ListenPort = 9100
ListenAddr = ""
| 1 | Title = "SatHelperApp" |
| 2 | |
| 3 | [Base] |
| 4 | SymbolRate = 927000 |
| 5 | RRCAlpha = 0.3 |
| 6 | Mode = "hrit" |
| 7 | Decimation = 1 |
| 8 | AGCEnabled = true |
| 9 | DeviceType = "rtlsdr" |
| 10 | SendConstellation = true |
| 11 | PLLAlpha = 0.0 |
| 12 | DemuxerType = "direct" |
| 13 | StatisticsPort = 5002 |
| 14 | |
| 15 | [Decoder] |
| 16 | Display = true |
| 17 | UseLastFrameData = true |
| 18 | |
| 19 | [Source] |
| 20 | SampleRate = 2560000 |
| 21 | Frequency = 1694100000 |
| 22 | |
| 23 | [DirectDemuxer] |
| 24 | OutputFolder = "out" |
| 25 | TemporaryFolder = "tmp" |
| 26 | PurgeFilesAfterProcess = true |
| 27 | SkipVCID = [] |
| 28 | ReprojectImages = false |
| 29 | DrawMap = true |
| 30 | FalseColor = true |
| 31 | Enhanced = true |
| 32 | MetaFrame = true |
| 33 | |
| 34 | [RtlsdrSource] |
| 35 | MixerGain = 200 |
| 36 | LNAGain = 180 |
| 37 | VGAGain = 4 |
| 38 | BiasTEnabled = false |
| 39 | OffsetTunning = true |
| 40 | |
| 41 | [RPC] |
| 42 | Enable = false |
| 43 | ListenPort = 5500 |
| 44 | ListenAddr = "" |
| 45 | |
| 46 | [Prometheus] |
| 47 | Enable = false |
| 48 | ListenPort = 9100 |
| 49 | ListenAddr = "" |
| 50 |