Wykres commitów

6 Commity (1bcc31c5db508cd23fe5d2ce9b8d35ecef8dab43)

Autor SHA1 Wiadomość Data
David Freese a4a1ee755d fldigi-shell
* Corrected unitialized variable warning
2013-08-02 18:34:01 -05:00
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
Stelios Bounanos 2b79053f99 Update fldigi-shell
Fix wait_for_data()
Add source command
Add -c argument
File arguments are now evaluated as Perl code
Remove old comments
2008-12-04 16:11:33 +00:00
Stelios Bounanos 685298dc47 Add fldigi-shell time command 2008-10-07 08:54:38 +01:00
Stelios Bounanos baeac6a35a XML-RPC fixes 2008-09-11 23:07:00 +01:00
Stelios Bounanos 05dc2476df XMLRPC updates
Add an rpc method to call macros
Add the fldigi-shell Perl client
2008-08-19 05:31:59 +01:00