Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/illdefined/wsprspots
Generate ADIF logs from WSPRnet spot database dumps
https://github.com/illdefined/wsprspots
adif amateur-radio wspr
Last synced: about 2 months ago
JSON representation
Generate ADIF logs from WSPRnet spot database dumps
- Host: GitHub
- URL: https://github.com/illdefined/wsprspots
- Owner: illdefined
- License: other
- Created: 2021-01-14T22:18:24.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-01T12:06:02.000Z (almost 2 years ago)
- Last Synced: 2024-10-31T11:55:47.741Z (about 2 months ago)
- Topics: adif, amateur-radio, wspr
- Language: Rust
- Homepage:
- Size: 64.5 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Synopsis
This tool reads a [WSPRnet spot database dump](https://wsprnet.org/drupal/downloads) in CSV format
from standard input, identifies QSOs by correlating mutual WSPR spots within a four‐minute time
window and writes an [ADIF](https://adif.org/) log to standard output.## Usage
### Example
```
gunzip -c wsprspots-2021-01.csv.gz | wsprspots DO5EU > wsprspots-2021-01.adi
```**Generated ADIF log:**
```
Mutual WSPR spots for DO5EU
3.1.120210219 204507wsprspots0.1.0
202101122120202101122124DO5EUDP0GVNJO62qmIB59ui-29-293.5700037.04002280m40m5.01190.5012138052-way WSPR spot on 80 m (RX 40 m) with 500 mW (27 dBm), SNR -29 dB, drift +0 Hz/s, distance 13805 km2-way WSPR spot on 80 m (RX 40 m) with 500 mW (27 dBm), SNR -29 dB, drift +0 Hz/s, distance 13805 kmWSPRnet spot IDs 2736249418, 2736254754WSPRY
```## Implementation notes
There is a lot of potential for optimisation in this code.