aboutsummaryrefslogtreecommitdiffstats
path: root/python/gui-dpdce.ini
blob: 48c6abf51897db1d7de7d367dbf94205715ed3be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Configuration file for DPDCE and the web GUI

[dpdce]
# UDP port for dpdce commands
control_port=50056

# ODR-DabMod DPD server port
dpd_port=50055

# ODR-DabMod ZMQ RC port
rc_port=9400

samplerate=8192000

# number of samples to collect per capture
samps=81920

# Filename of coefficients, must match ODR-DabMod configuration file
coef_file=poly.coef

# Write logs to this folder, or leave empty for no logs
log_folder=


[gui]
host=127.0.0.1
port=8099

logs_directory=gui/logs
static_directory=gui/static