spotwatch script
This commit is contained in:
parent
1e4477dfe5
commit
c85bbc0107
7
scripts/spotwatch
Executable file
7
scripts/spotwatch
Executable file
@ -0,0 +1,7 @@
|
|||||||
|
#! /bin/bash
|
||||||
|
set -e
|
||||||
|
|
||||||
|
# Allow an optional callsign to be specified (default to VA3ZZA)
|
||||||
|
CALLSIGN="${1:-VA3ZZA}"
|
||||||
|
|
||||||
|
mqtt sub -h gateway.vpn -t "radio/spots/+/+/$CALLSIGN" | jq -r '. | "\(.spotter) -> \(.spotted) (\(.mode) \(.frequency_khz)kHz)"'
|
Loading…
x
Reference in New Issue
Block a user