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:
- Devices send LoRaWAN messages.
- The Network Server decrypts payloads and publishes MQTT messages.
- The platform ingests MQTT messages through a worker.
- Internal processing stores raw payloads, runs a versioned decoder, and stores normalized measurements.
- Users inspect telemetry in the UI, query it through the API, or create CSV exports.