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.
Factory Floor
OT Assets
Proxus Platform
Unified Namespace
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/Tempin 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
Install via Docker
Deploy the full stack in under 5 minutes.
Architecture Deep Dive
Learn about Actors, NATS, and the Core/Edge split.
Unified Namespace
Design your ISA-95 topic hierarchy.
Connect Protocols
Modbus, Siemens S7, OPC UA configuration.
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).