tkuester / taky

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

Remove routing logic from TAKClient #6

Closed tkuester closed 3 years ago

tkuester commented 3 years ago

There are several things I dislike about the routing engine right now. Primarily the logic for routing packets is split between TAKClient and the COTRouter. Also, the router/client needs to know about sockets, and I would like to abstract that out for units connecting through APRS or other means -- though I'm not sure what that would look like.

This will likely be good to work on with #2.