tkuester / taky

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

Send message to user upon first connection to server #43

Open skadakar opened 2 years ago

skadakar commented 2 years ago

Would like the ability to have a connection message like FTS has. Preferably with memory of who it has messaged, to avoid spam on shoddy connections.

tkuester commented 2 years ago

I think this is a very useful feature -- but for now I think I'll push this off to the 1.0 release.

pinztrek commented 2 years ago

If this feature is added it needs to be able to be disabled. It also the ideal to have some kind of rate limit intelligence as to the last time it sent the message to that uuid. It indeed will trigger spam connections when driving in and out of data connectivity. I have seen this with FTS and now turn off the connection message as it gets very annoying.

tkuester commented 2 years ago

If this feature is added it needs to be able to be disabled.

Absolutely! Taky will always be first, a dumb router. Conveniences and features like this will always be optional, and "opt-in", not something that gets in the way!