Wiki

Technical reference for system integrators and engineers.

Leantegra Core Portal

Server software with all typical RTLS and IoT features, which can be easily customized and extended for the domain-specific or the project-specific requirements. As we did for underground mines with our Safe Mining Portal version.

Modular and containerized architecture enables both on-premise and on-cloud deployments with the needed software modules.

Leantegra Core Portal — module architecture

Interfaces

The portal sits between the devices and whatever consumes their data. Device telemetry and positions arrive over MQTT; applications and third-party systems read and write through REST.

InterfaceDirectionDetail
MQTT APIdevices to servertopic namespaces, per-topic payloads and remote parameter read/write
REST APIserver to applicationsOAuth 2.0, the resource tree, and long-polling for live positions

Deployment

Architecturemodular and containerized
Targeton-premise or cloud
Compositiononly the required software modules are deployed

Related

Safe Mining Portalthe underground-mining build of this server
MQTT APIhow device data reaches the server
REST APIthe server-side interface for records and live positions