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

Some CoT messages are not rebroadcast #727

Open
l3hgs-brent opened this issue Jul 24, 2024 · 1 comment
Open

Some CoT messages are not rebroadcast #727

l3hgs-brent opened this issue Jul 24, 2024 · 1 comment
Labels
bug_Normal Normal bug, Server connects to clients but won't sync data
Milestone

Comments

@l3hgs-brent
Copy link

We're trying to use the pattern described at https://github.com/dasiths/python_tak_datapackage_example/blob/main/docs/data-package-steps.md to upload a Data Package to FTS and then send a Binary File Transfer Request (b-f-t-r) CoT for it. The Data Package uploads fine and may then be manually downloaded by clients. Unfortunately, even though the 'b-f-t-r' CoT is indeed received by FTS (as seen in TCP packet traces, as well as some print debugging of the Python source), it's just not rebroadcast. Both TCP or SSL connections have been attempted.

It wouldn't seem to be a network configuration problem as CoTs may be successfully sent from the UI CONNECT page.

This same approach works just fine with tak.gov TAK Server, taky, and even FreeTAKServer version 1 … it's just not working with FreeTAKServer version 2.

From some initial print debugging, the clientData.get() invocation in services/tcp_cot_service/tcp_cot_service_main.py mainRunFunction() line 584 returns an empty list after receiving the CoT … even though there's most definitely a client (ATAK) connected (as seen on the UI HOME page CONNECTED-CLIENTS count). Perhaps something here might be amiss.

@brothercorvo brothercorvo added the bug_Normal Normal bug, Server connects to clients but won't sync data label Jul 24, 2024
@brothercorvo brothercorvo added this to the 2.3 milestone Jul 24, 2024
@brothercorvo
Copy link
Collaborator

@naman108 this is probably related to the ZManager loosing messages and maybe is addressed by the current refactory

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug_Normal Normal bug, Server connects to clients but won't sync data
Projects
None yet
Development

No branches or pull requests

2 participants