You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 inpytak/constants.py
.. After editing the file and changing it's value to0
, both TCP and TLS configurations began working as expected.Based on the comment, it looks like this should be set to
0
rather than1
?Setting the value in
/boot/airtak-config.txt
had no effect.Thanks
The text was updated successfully, but these errors were encountered: