Guenael / rtlsdr-wsprd

WSPR daemon for RTL receivers
GNU General Public License v3.0
112 stars 32 forks source link

multispot report in one post #31

Open Guenael opened 2 years ago

Guenael commented 2 years ago

use 1 connection to upload all the findings

Guenael commented 2 years ago

Possible option with a post file transfer. Ex:

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