Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

multispot report in one post #31

Open
Guenael opened this issue Dec 4, 2021 · 1 comment
Open

multispot report in one post #31

Guenael opened this issue Dec 4, 2021 · 1 comment
Assignees

Comments

@Guenael
Copy link
Owner

Guenael commented Dec 4, 2021

use 1 connection to upload all the findings

@Guenael Guenael self-assigned this Dec 5, 2021
@Guenael
Copy link
Owner Author

Guenael commented Dec 24, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant