tkuester / taky

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

Add configurable routing plugins #31

Open tkuester opened 3 years ago

tkuester commented 3 years ago

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, and configure them in the server's taky.conf file.

This will need some architecture changes... here are some thoughts, with use cases.

This system will need the ability to...