Logs
Live and historical packet log viewer
The Logs page is the long-form view of every packet your station handles — the same stream the dashboard skims, but with filters, more rows, and a CSV export. Use it when you’re hunting a specific station, debugging a digipeater rule, or sanity-checking what’s actually going out on the air.
Reading a row
Each row carries a timestamp, packet type, source → destination, channel, distance from your station, and the raw frame on a second line. A small label next to the source tells you where the packet came from:
- (no label) — heard on RF.
- iGate RF→IS — the same packet, after your iGate forwarded it to APRS-IS. The on-the-air copy and the gated copy sit next to each other so you can confirm the gate is actually working.
- iGate IS RX — received from APRS-IS, not heard locally on the air.
- Beacon — transmitted by one of your own beacons.
Controls
- Refresh — pull the latest entries.
- Export CSV — download the current view for offline analysis or to attach to a bug report.
- The type filter at the top narrows the table to a single packet kind (mic-e, position, weather, telemetry, object, status, third-party, message, …).
- The page tails the live feed automatically; the entry count under the controls shows how many rows you’re looking at.
Logs share the underlying packet ring buffer and WebSocket stream documented on the Monitoring page, so anything you see here is also available over the REST API for scripts, dashboards, or external loggers.