pytak icon indicating copy to clipboard operation
pytak copied to clipboard

PyTAK is a Python package for rapid TAK integration.

Results 24 pytak issues
Sort by recently updated
recently updated
newest added

Is there a simple way to disable the "hello_event" from setting a variable or similar please. Currently I am commenting out the various functions in the main code which may...

Hi team, I'm trying to use PyTak to connect to ArgusTak, an online Tak Server provider, for the purposes of reading and sending COT messages. However I am experiencing issues...

enhancement

https://www.youtube.com/watch?v=W2-phl3tY3o

Hello! First of all thank you for the the library! So I am having troubles understanding how to connect to WinTAK. Basically for now I just want to test sending...

As a developer, I'd like to build COT event objects as either protobuf or XML and have pytak convert as necessary to the desired tak_protocol bytes for transmission. This allows...

A subsequent (second) CoT send to the TAK Server will show up in ATAK. Investigate why the first CoT does not show up in ATAK.

Add support for TAK Server connections that require authentication (username & password).

enhancement

`Is there a config setting to remove the WARN stdout from Pytak?` Not currently, no. Filing this issue to track that.

enhancement

When connecting direct to an IP with TLS (e.g. `tls://192.168.10.101:8089`) and using a CA bundle, there is no option to set the expected CN of the host, even though Python...

When running adsbxcot -c config.ini the script throws exception below. --start config.ini-- [adsbxcot] #COT_URL = tcp://url:8087 #FEED_URL = https://api.airplanes.live/v2/point/xx.xxx/1yy.yyy/200 #FEED_URL = https://api.airplanes.live/v2/mil FEED_URL = https://opendata.adsb.fi/api/v2/lat/xx.xxx/lon/yy.yyy/dist/200 POLL_INTERVAL = 5 PYTAK_TLS_DONT_VERIFY =...