snstac / pytak

PyTAK is a Python package for rapid TAK integration.
https://pytak.readthedocs.io/en/stable/
Apache License 2.0
156 stars 42 forks source link

Add the ability to import data packages to pytak. #13

Closed ampledata closed 1 year ago

ampledata commented 2 years ago

Since most TAK clients (ATAK, WinTAK, TAK Tracker, et al) support .pref/data-packages for server configuration, add this capability to PyTAK as well.

thesle3p commented 2 years ago

being able to export data packages to a server would also be useful for sensors that gather data not suitable for COT

berkay-karlik commented 2 years ago

is this related to uploading data packages to the server or is it just between clients? I'm looking for a way to send data-packages to official tak server using python. This repos is great for sending cot but couldn't figured how to send images (via data-packages or any other way).