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.
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.
| Interface | Direction | Detail |
|---|---|---|
| MQTT API | devices to server | topic namespaces, per-topic payloads and remote parameter read/write |
| REST API | server to applications | OAuth 2.0, the resource tree, and long-polling for live positions |
| Architecture | modular and containerized |
| Target | on-premise or cloud |
| Composition | only the required software modules are deployed |
| Safe Mining Portal | the underground-mining build of this server |
| MQTT API | how device data reaches the server |
| REST API | the server-side interface for records and live positions |