Real-time APRS message traffic displayed as IRC-style channels
The APRS IRC Bridge is a web dashboard for aprsd-irc-extension, an APRSD plugin that bridges APRS radio messages into IRC-like channels. Each APRS-IS callsign group or topic maps to a channel. This dashboard polls those channels live and renders them in a familiar IRC terminal aesthetic.
aprsd — APRS-IS daemon that receives and dispatches radio packetsaprsd-irc-extension — plugin that sorts messages into IRC channels and persists them in SQLite/stats, /messages/{channel})GET / — this dashboardGET /stats — JSON snapshot of APRSD runtime statisticsGET /messages/{channel} — last 50 messages for a channel (omit leading #)GET /health — liveness check, returns {"status":"ok"}