Skip to content
SENS Platform Docs

Platform Overview

The SENS Platform receives telemetry from LoRaWAN devices through an external Network Server, processes the data safely, and exposes normalized telemetry to authorized users.

At a high level:

  1. Devices send LoRaWAN messages.
  2. The Network Server decrypts payloads and publishes MQTT messages.
  3. The platform ingests MQTT messages through a worker.
  4. Internal processing stores raw payloads, runs a versioned decoder, and stores normalized measurements.
  5. Users inspect telemetry in the UI, query it through the API, or create CSV exports.