-
Notifications
You must be signed in to change notification settings - Fork 210
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
Feature Request - WSPR spot upload to pskreporter #994
Comments
I am debugging the changes I did for this question. My approach: && sscanf(src, "%13s %4s", call, grid); >> && sscanf(src, "%s %s", call, grid); For debugging I tried the test port at report.pskreporter.info 14739 instead of the normal port 4739. Package count is 0. Either the test port is not working for this kind of direct from memory upload (memcpy). Other differences from ft8 to wspr Any suggestions appreciated Erwin |
Upon further study I see I interpreted the C-code wrong. Which makes this line in the previous comment incorrect : |
Moving slowly, the 2 data files are different in more fields. Time and Freq differences are critical. | FT8 | WSPR time needs seconds sed -i 's/\.//2' wspr_spots.txt First SED replaced by |
Hi Pavel,
i lately built up a WSPR decoder based on your marvelous software on a Red Pitaya 122-16. It does a great job, only one thing i miss is uploading the spots in parallel to pskreporter.info. WSJT-X does this and pskreporter is a great platform to get info and statistics about all sort of digimode activity, so this would be a great addition. Also, you already did the heavy lifting (IPFIX...) in your upload-to-pskreporter.c, so imho just other mode and colums selections would be needed.
BR
Stefan
The text was updated successfully, but these errors were encountered: