915.000 MHz ISM Band MQTT :1883 • WSS :9001 LongFast (Default Key) Seneca, SC Gateway Node

LoRa Meshtastic 915 MHz Gateway & Pathfinder

Centralized LoRa Meshtastic gateway, MQTT relay, and multi-hop routing solver operated by Truck Guy Upfitters. Connecting off-grid regional mesh nodes across Upstate South Carolina to high-speed cross-continental gateway bridges with zero RF downlink flooding.

29,568
Indexed Nodes
17,438
GPS Position Mapped
10,987
Active MQTT Gateways
17
Regional Clusters
ONLINE
Broker Status (1883/9001)

Global Multi-Hop Dijkstra & A* Pathfinder

Hybrid LoRa RF + Fiber Transit Engine

Calculate the optimal multi-hop route between any two geographic coordinates or Meshtastic node IDs. Models physical 915 MHz RF terrestrial hops (~220 ms latency) alongside low-latency IP gateway transit.

Estimated Latency -- ms
Total Distance -- km (-- mi)
Total Hops -- hops
Ingress Gateway --
Egress Gateway --
Hop Link Type From Segment To Segment Distance Est. Latency Air/Transit Spec

Live Node Telemetry & Message Feed

Decoded real-time packet ingest from `mosquitto.service` and local SQLite ledger.

Live Upstate & Regional Nodes
Updated via /api/mesh/nodes
Loading live nodes...
-- active nodes listed
Real-Time Packet & Text Stream
Channel 0 (LongFast) • AES-CTR Decrypted
Loading decoded packet feed...
Read-only sink (zero synthetic RF injection)

Global Mesh Clusters & Regional Densities

Continuous 30-minute automated indexing across global LoRa Meshtastic deployments.

Gateway Configuration & Provisioning Guide

Configure your remote Heltec V4, RAK4631, ESP32, or Station G2 node to bridge into our central relay.

Connection Parameters
Central MQTT Ingress Node

MQTT Broker Host: mqtt.truckguy.pro (or IP: 2.24.91.173)

TCP Port: 1883 (Plain / Anonymous allowed for regional ingest)

WebSocket Ingress: wss://mesh.truckguy.pro/mqtt (Port 9001)

Root Topic: msh/US/SC/TGU (or default msh/2/c)

Primary Channel: LongFast (Default Key: AQ==)

Secondary Private Fleet: TGU-Fleet (Available for authenticated upfit telemetry)

mqtt.truckguy.pro:1883 (Topic: msh/US/SC/TGU/#)
CLI Provisioning Command
Meshtastic Python CLI Generator
Execute this command over USB/Serial or Bluetooth to automatically configure your device with RF airtime safeguards:
meshtastic --set-owner "TGU-Node" --set mqtt.enabled true --set mqtt.address "mqtt.truckguy.pro" --set mqtt.root "msh/US/SC/TGU" --set mqtt.encryption_enabled true --set lora.region US --set lora.hop_limit 3 --set lora.rebroadcast_mode LOCAL_ONLY

RF Airtime Protection & Anti-Overrun Safeguards

To guarantee that remote gateways do not saturate local 915 MHz RF airwaves with internet broadcast storms:
Strict Read-Only Sinks: Server bridges (Telnet BBS, Gemini, Gopher, Spartan, Nex, Web API) are strictly read-only message consumers and never inject synthetic packets down onto RF airwaves.
Downlink Isolation: Public LongFast channels default to downlink_enabled = false on client gateways. Bidirectional internet transit is restricted to authenticated private channels.
Loop Storm Mitigation: Gateways operate with rebroadcast_mode = LOCAL_ONLY and hop_limit = 3 to eliminate ping-pong loops between co-located gateways.