dl-fldigi/scripts
Stelios Bounanos 36952a12b4 Add fldigi-shell pskrqsy command
This command fetches the list of "best frequencies" from
http://pskreporter.info/cgi-bin/psk-freq.pl and calls the
main.set_frequency XML-RPC command.

Optional arguments can be given to select the frequency and override the
grid square, e.g.:

  pskrqsy JO 1

uses the second frequency from the list for grid square JO. The defaults
are to use the first frequency (index 0) with no specific grid square,
which psk-freq.pl then estimates using IP address geolocation.

Here is how to change to the best frequency every 15 minutes:

  while :; do fldigi-shell -c pskrqsy; sleep 900; done
2009-03-11 13:28:22 +00:00
..
tests Delete carriage returns 2008-12-04 16:11:33 +00:00
fldigi-shell Add fldigi-shell pskrqsy command 2009-03-11 13:28:22 +00:00
mkappbundle.sh Update build scripts 2008-08-29 12:06:20 +01:00
mkhamlibstatic.sh Update build system 2008-09-03 21:17:55 +01:00
mkversions.sh Add NLS support 2008-12-04 16:11:21 +00:00