Guenael, VA2GKA
Guenael, VA2GKA
Exemple with PSKreporter intergrated: ``` WSJT-X, fldigi, Digital Master 780, JT65-HF, ROS, JS8Call, OpenWebRX ``` https://github.com/w1hkj/fldigi/blob/master/src/spot/pskrep.cxx https://pskreporter.info/pskdev.html https://pskreporter.info/pskreporter.zip // DLL, useless
@IZ7BOJ Hi Alfredo, Instead of parsing the console to collect the logs/spots, it could be possible to upload the spots directly on your web-site with an additional https request. LMK
I created a branch for PSKreporter testing: https://github.com/Guenael/rtlsdr-wsprd/tree/pskreporter
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: ```c 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,...
@bradshawlupton Usually WSPRnet reject your post if it is not aligned within 5 minutes. Please double check your date/time when using wsprd, and if you do a manual post with...
You can check if the capture starts at the right time, and don't miss the beginning. About the CPU load, Raspberry Pi Zero W (BCM2835) is a single-core processor. The...
Before pushing a container, some testing/debugging is required. Feel free to share your tests and share a PR if you're confident. Thanks
@tushroy "NOCALL"? Why don't you use your callsign, that's the idea if you do some reporting.
Quick workaround for Archlinux users (it don't solve this issue, and @siborg already found a alternative), you can restore the X11 compatibility by changing your GDM profile: Edit `/etc/gdm/custom.conf` and...
A couple of workarounds were suggested here, and I’ll add another one: Before starting OpenCPN, disable Wayland for this application by running: ```bash unset WAYLAND_DISPLAY opencpn ``` This should solve...