Tim K
Tim K
Currently, while the `ssl.key_pw` field lets the COT server use encrypted SSL private keys, the data package server does not. According to benoitc/gunicorn#2410, Gunicorn will be switching to using Python's...
Python is deprecating setuptools. :( Python 3.6 is also hitting EOL, so we should probably move away from that too.
Currently, the router walls the client off until it sends an identification packet. However, this has bit several users who have developed custom clients, and this feature does not seem...
Alright, I think I made a major sin when building taky, and I think it's time to rectify this. Here's the proposal I'd like to make. **The Problem** Most ATAK...
The tools to build the server (and client) certificates should allow you to use your own CA. While it doesn't matter in most use cases, some users may have an...
The parent issue for #26 `taky` should come with a few default plugins for routing packets, like filtergroups. However, users should also be able to "pip install" custom routing modules,...
It would be useful to configure the routing engine with custom rules on packet delivery. Perhaps the blue and red group cannot see each others packets, but the white group...
This is a bit ugly, as it requires understanding KML. Place holder issue...
* [ ] Using the Debugger * [ ] Running the DPS server in flask debug mode * [ ] What are the requirements for a packet to be considered...