diff options
Diffstat (limited to 'python/gui-dpdce.ini')
-rw-r--r-- | python/gui-dpdce.ini | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/python/gui-dpdce.ini b/python/gui-dpdce.ini new file mode 100644 index 0000000..48c6abf --- /dev/null +++ b/python/gui-dpdce.ini @@ -0,0 +1,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 |