tkuester / taky

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

Implement Object Persistence #5

Closed tkuester closed 3 years ago

tkuester commented 3 years ago

Currently, objects do not persist on the server. If a user misses the broadcast message, they will not get the object.

Some sort of backend (like Redis) would be a simple add in. While I'm hesitant to add a dependency on another server, the filesystem seems like an ugly way of doing this.

Perhaps it can be designed to be interchangeable.

tkuester commented 3 years ago

Added in c1af88b, refined in 0718f6c, fbcbd11, 89a3097