LORA MESH NETWORKS

Visualization of decentralized LoRaWAN and Meshtastic nodes.

DATA SOURCES

The GEOINT.WORLD LoRa Mesh module integrates real-time node metadata from decentralized community mapping projects.

MESHMAP / MESHCORE

Primary source for tracking public nodes in the Meshtastic network, revealing off-grid communication density and coverage areas across the globe.

FILTERS & CONTROLS

The LoRa Mesh module provides two separate filtering systems to control which nodes are displayed on the map.

MESHTASTIC FILTER

Filter Meshtastic nodes by their assigned role. Multiple roles can be selected simultaneously, and the system displays nodes matching any selected role.

Available Roles:

  • CLIENT — Standard user nodes
  • CLIENT_MUTE — Muted client nodes (receive-only)
  • CLIENT_BASE — Base station client nodes
  • ROUTER — Routing nodes for mesh network relay
  • REPEATER — Dedicated repeater nodes for coverage extension
  • ROUTER_LATE — Low-power routing nodes
  • TRACKER — GPS tracking nodes
  • SENSOR — Environmental or telemetry sensor nodes

Use the "DESELECT ALL" button to quickly clear all role filters.

MESHCORE FILTER

Filter Meshcore nodes by their type classification. This filter operates independently from the Meshtastic role filter.

Available Types:

  • CLIENT — Standard user nodes
  • REPEATER — Infrastructure nodes extending network coverage
  • ROOM_SERVER — Hub nodes managing localized mesh groups or "rooms"
  • SENSOR — Automated nodes relaying environmental data

Use the "DESELECT ALL" button to quickly clear all type filters.

Filter counts displayed next to each option (e.g., (0)) show the number of currently visible nodes matching that classification.

NODE COLOR LEGEND

Nodes are color-coded on the map for quick visual identification:

MESHTASTIC

  • MESHTASTIC NODE (RED) :: LoRa Mesh Network

MESHCORE

  • CLIENT (BLUE) :: MeshCore Client Node
  • REPEATER (ORANGE) :: MeshCore Repeater Node
  • ROOM SERVER (GREEN) :: MeshCore Room Server
  • SENSOR (MAGENTA) :: MeshCore Sensor Node
Use the i icon next to the LoRa layer in the application to access the real-time legend and node type classifications.

TELEMETRY FIELDS

Inspecting a LoRa node reveals the following raw telemetry data:

{
  "nodeId": "meshcore-b22ed7344cb82128e134162520c4661f29b11295dc7c36857338a21977b2bb0f",
  "nodeName": "kRoom",
  "meshType": "meshcore",
  "nodeType": "Room Server",
  "lastSeen": "1/5/2026, 7:15:28 PM",
  "publicKey": "b22ed7344cb82128e134162520c4661f29b11295dc7c36857338a21977b2bb0f",
  "link": "meshcore://1100b22ed7344cb82128e134162520c4661f29b11295dc7c36857338a21977b2bb0fe01b5c6928b30e9f4043454eebda6a19426fd6ad581974e53a77e7f1519b754de985ebfaa1aac5de895efdd97d37d7c59c7b951879521376a6351f68ad25a649e02b2803931ff65b03b691de006b526f6f6d",
  "insertedDate": "2026-01-05T20:08:40.000Z",
  "updatedDate": "2026-01-05T20:21:55.000Z",
  "frequency": 869.525,
  "bandwidth": 250,
  "codingRate": 5,
  "spreadingFactor": 11,
  "signalColor": "#00ff00"
}