tkuester / taky

A simple python TAK server
MIT License
188 stars 43 forks source link

Implement a TCP Monitoring Port #25

Closed tkuester closed 2 years ago

tkuester commented 3 years ago

Taky was originally written to be either SSL, or TCP -- but not both at the same time. However, it may be useful to allow adding a TCP port. Many administrators have scripts to monitor (or inject) COT data to the server, and adding client certificates is a lot of overhead.

It would be wonderful to allow the server admin to configure taky to serve SSL on 0.0.0.0, and listen for TCP on 127.0.0.1 (for example). Perhaps they could even specify further, that the TCP port is write only, or read only.

XPav commented 2 years ago

This would be a very useful feature! iTAK only supports SSL, so with Taky, I'm currently forced to choose between "have simple custom app to inject CoT" or "support iPhones".