tkuester / taky

A simple python TAK server
MIT License
184 stars 43 forks source link

KML output #27 and fixed some setup issues #54

Closed Cloud-RF closed 1 year ago

Cloud-RF commented 2 years ago

27

KML output for takyctl status -k Can be piped to a file on a web server for an auto-updating network KML eg. while true; do takyctl status -k > /var/www/html/atak_server.kml; sleep 5; done

Setup issues fixed: