Skip to content

yamlconfig

Alex edited this page Nov 12, 2023 · 12 revisions

Examples

Configuration Items

Station Settings

station-callsign specifies the amateur radio callsign of the receiver. This callsign is used when reporting to spotting networks such as PSK Reporter and WSPRnet.

station-callsign: W2AXR

station-grid-locator specifies the 6-character amateur radio grid square of the receiver. This grid locator is used when reporting to spotting networks such as PRK Reporter and WSPRnet.

station-grid-locator: FN03ng

Logging Settings

log-level sets the logging verbosity. A higher number indicates more verbosity. The recommended value is 3. When debugging, 8 is suggested. Note that the larger the value, the more log messages will be generated, resulting in more CPU time being used and large log files.

log-level: 3

log-immediately specifies if logging should be performed immediately, rather than in batches. Immediate logging may require more CPU time, but is useful for displaying timely log messages when debugging. The recommended value is no except when debugging.

log-immediately: no

log-file specifies the location of a log file to generate. The log file contains the same messages that are displayed on the console. When log-level is set to 8, the resulting log file may become very large. By default, this option is not set and no log file is generated.

log-file: C:\CWSL_DIGI\log.txt

Clone this wiki locally