blob: 4385c800155eb61eda94d0e5846aaa2f8fd6f229 (
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
31
32
33
|
# 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
logs_directory=
# Saving plots to the static directory makes them accessible to the browser
plot_directory=gui/static/dpd
[gui]
host=127.0.0.1
port=8099
logs_directory=gui/logs
static_directory=gui/static
|