aprs.me/lib/aprsme_web/channels
Graham McIntire d6c3ada6c4
Add historical packet loading to mobile API
When mobile clients subscribe to bounds, the server now loads and sends
historical packets immediately, followed by real-time streaming packets.
This matches the web UI behavior and provides a complete view of APRS
activity in the requested area.

Optional parameters:
- limit: Max historical packets to load (default: 1000, max: 5000)
- hours_back: Hours of historical data (default: 1, max: 24)

Generated with Claude Code https://claude.com/claude-code
2025-10-25 12:31:30 -05:00
..
mobile_channel.ex Add historical packet loading to mobile API 2025-10-25 12:31:30 -05:00
mobile_user_socket.ex Add mobile API for iOS/Android real-time packet streaming 2025-10-25 11:25:18 -05:00