snstac / pytak

PyTAK is a Python package for rapid TAK integration.
https://pytak.readthedocs.io/en/stable/
Apache License 2.0
156 stars 42 forks source link

Add support for flow-tags #50

Closed RokHed19 closed 9 months ago

RokHed19 commented 11 months ago

Add support for flow-tags in the Event. The flow-tags element holds "fingerprints" of the system that have processed a particular CoT event instance. This information aids in the routing of CoT messages along a processing chain.

ampledata commented 9 months ago

Hey @RokHed19 RokHed19, what were your thoughts on what to put into this tag? Also, thinking about it, PyTAK itself doesn't really do any of the CoT Event marshaling... most of that is handled by the tools that use the PyTAK library, e.g. adsbcot, aiscot, etc.

RokHed19 commented 9 months ago

This can be closed. flow-tags can be added as an additional field via the current implementation

RokHed19 commented 9 months ago

Flow-tags can be added to CoT messages using the current implementation. Close this