Store frames in database, remove frames older than chosen age.

This commit is contained in:
2023-04-14 22:06:48 -05:00
parent b06b87fe4e
commit 63963c0ade
4 changed files with 116 additions and 22 deletions

View File

@ -7,3 +7,6 @@ log_folder = logs/
station_call = W1CDN-1
station_lat = 47.941500
station_lon = -97.027000
# How long to keep packets (frames) e.g., "2 days", "5 minutes"
keep_time = "2 days"