v2.30.0 — APRS Export, USRP Support & MQTT Data Export
What's New
Added
- APRS station export —
GET /aprs/export?format=json|csvdownloads all currently tracked APRS stations, consistent with the existing WiFi/Bluetooth/AIS export pattern. - USRP support — Ettus USRP devices (N200, B200, B210) are now detected and usable via the SoapyUHD bridge. FM demod, ADS-B, ISM, AIS, and I/Q capture all supported through the existing SoapySDR toolchain.
- MQTT data export — Optional MQTT publisher that broadcasts decoded events from every module to a configurable broker. Disabled by default; set
INTERCEPT_MQTT_BROKERto enable. Topics follow the pattern<prefix>/<module>/<event_type>(e.g.intercept/aprs/packet).
MQTT Configuration
| Variable | Default | Description |
|---|---|---|
INTERCEPT_MQTT_BROKER |
(empty) | Broker hostname/IP — set this to enable MQTT |
INTERCEPT_MQTT_PORT |
1883 |
Broker port |
INTERCEPT_MQTT_USER |
(empty) | Username (optional) |
INTERCEPT_MQTT_PASSWORD |
(empty) | Password (optional) |
INTERCEPT_MQTT_TOPIC_PREFIX |
intercept |
Topic prefix |
INTERCEPT_MQTT_RETAIN |
false |
Retain flag |
Compatible with Mosquitto, Home Assistant, Node-RED, InfluxDB (via Telegraf), Grafana, and others.