Skip to main content

General

Introduction

Welcome to Proxus - the Industrial IoT platform built on the Single Source of Truth (SSoT) principle.

Proxus is a modern, high-performance Industrial IoT platform designed to bridge the gap between OT (Operational Technology) and IT (Information Technology). It replaces fragile point-to-point integrations with a robust, event-driven architecture.

High-Level Concept
factory

Factory Floor

OT Assets

Real-time Data
hub

Proxus Platform

Unified Namespace

Normalized Events
cloud

Enterprise

IT Systems


Why Proxus?

Traditional SCADA and IIoT solutions often suffer from data silos, vendor lock-in, and complex licensing. Proxus solves this with three core pillars:

1. Stateless Edge Key Concept

Edge gateways are treated as disposable compute units. They hold no persistent configuration state.

  • If a gateway hardware fails, simply replace the box and restart the Docker container.
  • It automatically pulls its entire configuration (drivers, tags, logic) from the Central Core.
  • Result: Zero-touch maintenance and massive scalability.

2. Single Source of Truth (SSoT)

All data models are defined once in the Central Management UI.

  • Define a tag like Line1/Motor/Temp in the central server.
  • Proxus automatically configures the Edge Gateway to read it.
  • Proxus automatically creates the UNS topic.
  • Proxus automatically creates the Database table column.

3. Guaranteed Delivery

We use NATS Jetstream as the backbone. Data is never lost, even during network outages. The Edge Gateway buffers data on disk and replays it in order when connectivity is restored.


Quick Start


How It Works

Connect

Deploy an Edge Gateway near your machines. Connect to PLCs using native drivers (Modbus, S7, OPC UA) or accept data via MQTT.

Process

The Edge Gateway normalizes data into TransportData objects. The local Rule Engine or C# Scripts process this data in real-time (<1ms latency).

Publish

Data is published to the Unified Namespace (NATS/MQTT). It is instantly available to any subscriber (DB, Dashboard, ERP).

Integrate

Use built-in connectors to push data to SQL Databases, Time-Series DBs, or Cloud platforms (AWS/Azure).