LoRa APRS MQTT Message Viewer

Connect websocket to wss://hydros.link9.net:8183

Base topic is lora_aprs/

Link to demo of a LeafletJS based JavaScript client utilising the MQTT feed.

Link to demo of real time Tracker signal & distance data again based on the MQTT feed.

Link to demo of live iGate logs uses MQTT for live stream and an API to get iGate list.

A Python (terminal) client with similar look/feel as the live iGate log web page is available from Github

Note: iGates are retained and Trackers are ephemeral.

Example using mosquitto client (with TLS) to monitor all logs for iGate MB7UNH-10 (JSON piped through jq):
mosquitto_sub -h hydros.link9.net -p 8883 --capath /etc/ssl/certs/ -t lora_aprs/MB7UNH-10/logs | jq

Below is a basic MQTT client showing the live message stream