routewatch/internal
sneak ae2ef2ae0c Implement routing table snapshotter with automatic loading on startup
- Create snapshotter package with periodic (10 min) and on-demand snapshots
- Add JSON serialization with gzip compression and atomic file writes
- Update routing table to track AddedAt time for each route
- Load snapshots on startup, filtering out stale routes (>30 minutes old)
- Add ROUTEWATCH_DISABLE_SNAPSHOTTER env var for tests
- Use OS-appropriate state directories (macOS: ~/Library/Application Support, Linux: /var/lib or XDG_STATE_HOME)
2025-07-28 00:03:19 +02:00
..
database Add ASN info lookup and periodic routing table statistics 2025-07-27 23:25:23 +02:00
metrics Initial commit: RouteWatch BGP stream monitor 2025-07-27 21:18:57 +02:00
ristypes Initial commit: RouteWatch BGP stream monitor 2025-07-27 21:18:57 +02:00
routewatch Implement routing table snapshotter with automatic loading on startup 2025-07-28 00:03:19 +02:00
routingtable Implement routing table snapshotter with automatic loading on startup 2025-07-28 00:03:19 +02:00
server Add separate IPv4/IPv6 route counts to status page and API 2025-07-27 23:46:47 +02:00
snapshotter Implement routing table snapshotter with automatic loading on startup 2025-07-28 00:03:19 +02:00
streamer Fix linting errors for magic numbers in handler queue sizes 2025-07-27 23:38:38 +02:00
templates Add separate IPv4/IPv6 route counts to status page and API 2025-07-27 23:46:47 +02:00