Implements comprehensive callsign search and live tracking: - search_callsign: Search for callsigns with wildcard support - "W5ISP" finds W5ISP and all SSIDs (W5ISP-1, W5ISP-9, etc.) - "W5ISP-9" finds only that specific SSID - "W5ISP*" finds all callsigns starting with W5ISP - subscribe_callsign: Subscribe to live updates for a callsign - Loads historical packets for the callsign - Receives real-time streaming updates - Supports wildcard patterns - Works with or without geographic bounds - unsubscribe_callsign: Stop tracking callsign When both bounds and callsign are subscribed, packets are filtered by both criteria (callsign AND within bounds). Generated with Claude Code https://claude.com/claude-code |
||
|---|---|---|
| .. | ||
| channels | ||
| components | ||
| controllers | ||
| live | ||
| plugs | ||
| aprs_symbol.ex | ||
| endpoint.ex | ||
| gettext.ex | ||
| router.ex | ||
| telemetry.ex | ||
| time_helpers.ex | ||
| time_utils.ex | ||
| user_auth.ex | ||
| weather_units.ex | ||