tkuester / taky

A simple python TAK server
MIT License
192 stars 42 forks source link

Taky echos CoT Events back to the client who sent them #82

Closed gncnpk closed 1 year ago

gncnpk commented 1 year ago

Hi,

While experimenting with making CoTProxy support multiple COT_URLS, I have seem to found a bug where CoTEvents sent by CoTProxy are echoed back to it, which in turn causes packet flooding (basically a accidental DoS). How can I help fix this or see if this truly is a bug?

gncnpk commented 1 year ago

Figured out this was user error and fixed the implementation in CoTProxy. Closing.