A few notes on WSPR-4
Downloading software Follow George M1GEO: http://www.george-smart.co.uk/
Issues WSPR-4 is a bit flaky, particularly in uploading to the database and maps, in both Linux and Windows. There is a newer version, WSPR-X, and this appears to be even more flaky according to various forums.
Uploading Spots to WSPR database: Spots are held in file ALL_WSPR.TXT. This file is a complete log of all WSPR activity rx and tx. It can be cleared from the gui. The location of the file is not too obvious: ~/.local/share/WSPR/ALL_WSPR.T
3. To upload all new spots automatically.
1. Obtain a copy of curl. In linux : sudo apt-get install curl . This is a general program for transferring data to/from a server, with a huge number of options. 2. The key command is, all on one line: curl -F allmept=@Desktop/ALL_WSPR.TXT -F call=g3udi -F grid=JO02de wsprnet.org/meptspots.php Desktop/ALL_WSPR.TXT is the location of ALL_WSPR.TXT, callsign and Maidenhead locator are obvious, allmept is the receiving file at the wsprnet target. The rest of the mumbo-jumbo are curl options. 3. Under Windows the procedure is similar. 4. See attached for my Linux script and the Windows option of N8FQ, taken from the WSPR site. Also screenshot of operation using HiQSDR + Quisk software.
Bob g3udi 18/3/2016
No comments:
Post a Comment