Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ADSBCOT to TAKServer - DEFAULT_TAK_PROTO setting #46

Open
c-sh0 opened this issue Jan 22, 2024 · 0 comments
Open

ADSBCOT to TAKServer - DEFAULT_TAK_PROTO setting #46

c-sh0 opened this issue Jan 22, 2024 · 0 comments

Comments

@c-sh0
Copy link

c-sh0 commented Jan 22, 2024

AirTAK with TAKServer Version: 5.0-RELEASE

Configuring adsbcot to send the data directly to TAKserver port 8089 was just not working. Changing from TLS to a TCP configuration made no difference. It turns out that it has something to do with the DEFAULT_TAK_PROTO setting in pytak/constants.py.. After editing the file and changing it's value to 0, both TCP and TLS configurations began working as expected.

Based on the comment, it looks like this should be set to 0 rather than 1 ?

# TAK Protocol to use for CoT output, one of: 0 (XML, default), 1 (Mesh/Stream).
DEFAULT_TAK_PROTO: str = "1"

Setting the value in /boot/airtak-config.txt had no effect.

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant