| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-07-07 | 1.2 kB | |
| v2.30.0 -- APRS Export, USRP Support _ MQTT Data Export source code.tar.gz | 2026-07-07 | 42.4 MB | |
| v2.30.0 -- APRS Export, USRP Support _ MQTT Data Export source code.zip | 2026-07-07 | 42.7 MB | |
| Totals: 3 Items | 85.1 MB | 1 | |
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.