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

Missing event fields #86

Open
KurtH96 opened this issue Jul 18, 2023 · 0 comments · Fixed by #87
Open

Missing event fields #86

KurtH96 opened this issue Jul 18, 2023 · 0 comments · Fixed by #87
Assignees
Labels
enhancement New feature or request fix-committed good first issue Good for newcomers

Comments

@KurtH96
Copy link

KurtH96 commented Jul 18, 2023

The event element of CoT messages is missing some fields. Those fields include: opex, qos, and access. I would like the qos field to be retained. Everything else is fine as is.

An example of expected CoT messages with redacted data:

<?xml version='1.0' encoding='UTF-8' standalone='yes'?>
<event version='1.0' uid='...' type='...' time='...' start='...' stale='...' how='...' opex='...' qos='qos' access='access'>
	<point lat='0.0' lon='0.0' hae='9999999.0' ce='9999999.0' le='9999999.0' />
        <detail>
		<marti>
			<dest callsign='ECHO'/>
		</marti>
	</detail>
</event>

The CoT event provided from the server:

<?xml version='1.0' encoding='UTF-8' standalone='yes'?>
<event version='1.0' uid='...' type='...' time='...' start='...' stale='...' how='...'>
	<point lat='0.0' lon='0.0' hae='9999999.0' ce='9999999.0' le='9999999.0' />
	<detail>
		<marti>
			<dest callsign='ECHO'/>
		</marti>
	</detail>
</event>

I am using the following versions of software:

  • Taky 0.9
  • Python 3.10
  • Ubuntu 22.04.2 on WSL
@tkuester tkuester linked a pull request Jul 29, 2023 that will close this issue
@tkuester tkuester self-assigned this Jul 29, 2023
@tkuester tkuester added enhancement New feature or request good first issue Good for newcomers fix-committed labels Jul 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request fix-committed good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants