Guenael / rtlsdr-wsprd

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

multi-site upload -- PSKreporter #41

Open Guenael opened 2 years ago

Guenael commented 2 years ago

ex. https://pskreporter.info

Guenael commented 2 years ago

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

Guenael commented 2 years ago

@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

IZ7BOJ commented 2 years ago

Thanks Guenael, my web server runs on a raspberry and doesn't have a database. The only way that I have to keep the spot history and show it on a web page is a log file. Actually wsprd doesn't have a log, so my workaround is a stdout redirect to a file, but I had in mind to add a log option to rtlsdr_wsprd and make a pull request on github, as soon as I have time for it :-) Bests, Alfredo

Guenael commented 2 years ago

I created a branch for PSKreporter testing: https://github.com/Guenael/rtlsdr-wsprd/tree/pskreporter