GPSTAK feeds a Linux device's gpsd position to TAK clients as network GPS.
It emits Cursor on Target position events to COT_URL and can optionally
fan out raw NMEA sentences for WinTAK.
Typical AryaOS use:
sudo apt install gpstak cockpit-gpstak
sudo systemctl enable --now gpstakConfiguration lives in /etc/default/gpstak:
COT_URL: PyTAK destination, defaultudp+broadcast://255.255.255.255:4349NMEA_TARGETS: optional space-separatedhost:porttargets for raw NMEAGPSTAK_RATE: update interval in secondsGPSTAK_UID: CoT UID, defaults toGPSTAK-<hostname>GPSTAK_SOURCE_NAME: source name in CoT remarks, defaults to hostnameGPSD_HOST/GPSD_PORT: gpsd endpoint
Build packages:
make packageThe Debian package installs:
/usr/bin/gpstak/etc/default/gpstak/lib/systemd/system/gpstak.service
Apache-2.0.