Technical Architecture

Eziwan is a full-stack platform that manages the entire industrial IoT connectivity chain—from the field sensor to your monitoring dashboard.


The 3 Layers of Eziwan


Field Components — Eziwan Gateway

Hardware Specifications

ComponentSpecification
LTE Modem4G Cat 6 — 300 Mbps DL / 50 Mbps UL
SIM2× Nano-SIM — Automatic failover
Wi-Fi802.11 b/g/n/ac — 2.4 GHz + 5 GHz
RS485/RS232DB9 + terminal block — 115,200 baud max
Ethernet2× 10/100/1000 Mbps (WAN + LAN)
Temperature−40°C to +75°C (operating)
Power Supply9–30V DC — terminal block
Mounting35 mm DIN rail or M4 screws
ProtectionIP30 · CE Certified · RoHS
Embedded OSOpenWRT (Linux) — OTA updates

Fundamental Security Principle — Zero Inbound

All traffic is outbound only from the router to the cloud. No incoming ports are exposed on the LTE interface.

  • ✗ No incoming ports open on the router side
  • ✗ No fixed public IP address required on the site side
  • ✓ Compatible with the mobile carrier's NAT
  • ✓ No direct exposure to the Internet

This radically simplifies security and bypasses mobile carriers' NAT restrictions.


LTE Transport — Dual SIM Failover

Normal Connection Flow

Automatic Failover Sequence

T+0s SIM1 RSRP drops below -100 dBm
T+8s Watchdog: 3 consecutive failed pings detected
T+10s Failover decision — SIM2 activated
T+15s SIM2 obtains an LTE IP
T+18s OpenVPN tunnel renegotiated on SIM2
T+28s VPN restored — monitoring normal

⏱ Interruption totale : < 30 secondes

Monitoring Parameters

ParameterDefault ValueConfigurable
Ping watchdogEvery 3 secondsYes
Consecutive KO threshold3 pingsYes
Minimum RSRP for SIM1-100 dBmYes
SIM1 recovery time (after restoration)10 minYes

Safety

Encryption in Transit

ChannelProtocolAlgorithm
VPNOpenVPNAES-256-GCM (AEAD)
Alternative VPNIPSec (IKEv2)AES-256 / SHA-2
MQTTTLS 1.3Mutual client certificate
DashboardHTTPSTLS 1.3 + HSTS
APIHTTPS + BearerTLS 1.3

Certificate Management

TLS certificates are generated automatically during provisioning and renewed automatically every 90 days via Let's Encrypt. No manual management is required.

OpenVPN certificates are rotated with each reprovisioning and can be manually regenerated from the dashboard (immediate revocation).

Multi-tenant isolation

Each tenant is isolated within its own VPN network space. Client router A can never communicate with client router B.


High Availability in the Cloud

The Eziwan platform is hosted in France by OVHcloud:

AspectConfiguration
Primary Data CenterRoubaix (RBX)
Secondary Data CenterGravelines (GRA)
StrategyActive-Active Multi-AZ
Cloud SLA99.9% uptime guaranteed
BackupsSnapshots every 6 hours, 30-day retention
MonitoringPrometheus + Grafana, 24/7 internal alerting
GDPRData hosted exclusively in France

Complete Data Flow

Modbus RTU Data Collection → Dashboard

Remote VPN Access


Reference Latencies

OperationTypical Latency
LTE ping → France cloud20–45 ms
Full SIM failover10–30 seconds
Alert after field event< 5 seconds
Modbus polling → MQTT cloudConfigurable (5s to 24h)
Zero-Touch Provisioning1–3 minutes
Configuration deployment from dashboard30–60 seconds
OTA firmware reboot3–5 minutes

Frequently Asked Questions

Where is the data hosted?

On cloud infrastructure located in France, with encryption at rest and in transit. This location simplifies GDPR compliance and meets the sovereignty requirements of operators of critical infrastructure.

How does the gateway connect to the cloud?

Still on the outgoing side: the gateway establishes an encrypted tunnel (VPN) to the platform via 4G/LTE or Ethernet. No incoming ports are open at the site, and the field devices remain invisible from the Internet.

What happens in the event of a network outage?

The gateway buffers the timestamped data locally (with several days of battery life) and automatically retransmits it once the connection is restored. Configured local alerts continue to function even without an Internet connection.

Is the architecture compatible with NIS2 and IEC 62443?

Yes: outbound connections only, zone segmentation, strong authentication, least privilege, and audit logging are the technical measures required by these standards.