Permalink Installation https://github.com/la5nta/pat/releases
For example
1 2 3 curl -L -o pat.tgz https://github.com/la5nta/pat/releases/download/v0.16.0/pat_0.16.0_linux_amd64.tar.gz tar -zxvf pat.tgz sudo mv pat*/pat /usr/local/bin/ Permalink Pat Configuration 1 pat configure Set your callsign Set your maidenhead locator Also setup pat to use hamlib over rigctld (and optionally set it’s http address)
1 2 3 4 5 6 7 8 9 { "hamlib_rigs": { "FT-991": { "address": "localhost:4532", "network": "tcp" } }, "http_addr": "localhost:5000" } This assumes you’ve got rigctld already running, and the rig name here matches the 3rd column in $(rigctl -l)
Read more...