Skip to main content

General

Stateless Edge Architecture

Why Proxus Gateways are designed to be stateless, secure, and maintenance-free.

Proxus treats Edge Gateways as "cattle, not pets." They are designed to be replaceable, stateless, and secure by default. This philosophy drastically reduces the operational overhead of managing hundreds of sites.

The Stateless Philosophy

Traditional SCADA Problem

If a site PC fails in traditional systems, an engineer must:

  1. Fly to the remote location
  2. Reinstall the operating system
  3. Restore from backup (if it exists)
  4. Reconfigure all device drivers
  5. Test and validate

Downtime: Hours to days.

Proxus Solution

In Proxus, Gateways hold no state:

  1. Boot: Gateway starts and connects to Central Core using its authentication token
  2. Fetch: Downloads the latest Deployment Manifest (devices, rules, scripts)
  3. Execute: Begins polling devices and processing logic immediately

If hardware fails, swap it with a new unit, apply the token, and it is operational in minutes.


Deployment Manifest

When a Gateway connects, it receives a Deployment Manifest containing:

ComponentDescription
Device ProfilesWhich PLCs and Protocols to poll, addresses, intervals
RulesCondition-action logic to run locally
FunctionsCustom C# code for transformations
IntegrationsWhere to forward processed data

The manifest is version-controlled. Rolling back is instant.


Security Model

The connection between Edge and Core is engineered for Zero Trust environments.


Store & Forward

Industrial networks are unreliable. Proxus Gateways include a built-in buffer mechanism.

How It Works

Store & Forward Architecture
memory

Fieldbus Actor

PLC Communication

route

Dispatcher

Data Routing

storage

Event Log

Local Buffer

cloud_off

Network Link

May Fail

cloud

Central Core

Cloud/On-Prem

States

StateBehavior
OnlineData streamed instantly to Core
OfflineData written to local disk buffer (configurable size)
ReconnectedBuffer drained FIFO, preserving timestamps and sequence
lightbulb
Zero Data Loss

Even during extended outages, no data is lost. The buffer size is configurable based on your disk capacity and expected outage duration.


Gateway Lifecycle

  1. Provisioning: Generate token in Management Console
  2. Deployment: Install Gateway agent, configure token
  3. Activation: Gateway connects, downloads manifest
  4. Operation: Continuous data collection and processing
  5. Update: New manifest pushed, applied without restart
  6. Replacement: Swap hardware, reapply token

Next Steps