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

Rx Worker Setup #41

Closed henriberisha closed 1 year ago

henriberisha commented 1 year ago

Firstly i want to congratulate the developers on this fantastic project.

I am new at any concept related to TAK and i am still learning how CoT messages work, how they are sent and received. I would like to implement an RX worker that reads CoTs from a TAK server. I understand very well how the TX worker is implemented in this example https://pytak.readthedocs.io/en/latest/examples.html .

Similarly i want to write the script for the RX worker!

Please, can someone help me with some good suggestions?

Thank you!