├── .DS_Store ├── .gitignore ├── KrakenToTAK.py ├── LICENSE ├── README.md └── templates ├── .DS_Store └── CanaryTAKDashboard.html /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/canaryradio/Kraken-to-TAK-Python/HEAD/.DS_Store -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | env -------------------------------------------------------------------------------- /KrakenToTAK.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/canaryradio/Kraken-to-TAK-Python/HEAD/KrakenToTAK.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/canaryradio/Kraken-to-TAK-Python/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/canaryradio/Kraken-to-TAK-Python/HEAD/README.md -------------------------------------------------------------------------------- /templates/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/canaryradio/Kraken-to-TAK-Python/HEAD/templates/.DS_Store -------------------------------------------------------------------------------- /templates/CanaryTAKDashboard.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/canaryradio/Kraken-to-TAK-Python/HEAD/templates/CanaryTAKDashboard.html --------------------------------------------------------------------------------