rtlsdr-wsprd icon indicating copy to clipboard operation
rtlsdr-wsprd copied to clipboard

multispot report in one post

Open Guenael opened this issue 2 years ago • 1 comments

use 1 connection to upload all the findings

Guenael avatar Dec 04 '21 00:12 Guenael

Possible option with a post file transfer. Ex:

  • https://github.com/ve3gtc/uploadWspr/blob/master/uploadWspr.py
  • https://github.com/PA7T/wspr-uploader/blob/master/ALL_WSPR.txt

Formatting:

fprintf(fall_wspr,
        "%6s %4s %3.0f %5.2f %11.7f  %-22s %2d %5.2f %2d\n",
        decodes[i].date, decodes[i].time, decodes[i].snr,
        decodes[i].dt, decodes[i].freq, decodes[i].message,
        (int)decodes[i].drift, decodes[i].sync,
        decodes[i].ipass+1);

ADIF conversion: https://github.com/notFloran/wspr_to_adif

Guenael avatar Dec 24 '21 18:12 Guenael