AERIEL // BREEDING & TELEMETRY // MESH DATA FABRIC
FABRIC NOMINAL ·
Telemetry Backbone · Data Fabric

No reading left behind.

The Mesh Data Fabric is the bloodstream of AERIEL — a self-healing transport that carries every byte from 250+ AquaLink nodes and the dark-running fleet to NEREID, and returns command back to the water. Strands fail; the record does not.

Technical Specification · AE-MON-0020

Mesh Data Fabric

The redundant, no-single-point-of-failure data backbone that links the AquaLink Mesh and the fleet network to NEREID. Figures below stream live from the fabric.

Doc Control AE-MON-0020 Revision A Owner NEREID Liaison Last Review 2091-03-09 Availability 99.99% target Classification RESTRICTED // TIDEWATER-EYES-ONLY
Ingest (peak)4.6 Gb/s1.3M points/s · all nodes
p95 Latency (station)36 msbudget < 40 ms
Disjoint Paths3 minper node to a core
Availability 30d99.991%▲ target met

1. Overview

The fabric imitates a tide-pool network: many redundant channels, no central hub, and traffic that re-routes around damage before a watchstander sees a gap. It transports the output of the Sensing Array and the chemistry mesh inbound to NEREID, and delivers metered control — pumps, dosing, chiller setpoints, containment interlocks — back outbound to actuators, all under deterministic latency guarantees. Every packet is timestamped, signed, and replayable.

2. Topology

AquaLink gyre buoy

Three logical planes over a partial-mesh physical fabric:

No node is more than 4 transport hops from a core. Design rule: survive any single core, any two strands, or any one gateway without a latency-budget breach.

3. Architecture & Transport Stack

LayerMechanismPurpose
TransportQUIC over UDP, 0-RTT resumptionLow-latency streaming, head-of-line avoidance on lossy RF
MessagingTIDE pub/sub (topic = station/zone/channel)Fan-out telemetry to NEREID, command wall, archive
RoutingCurrent-weighted shortest-path, congestion-awareSelf-healing path selection around failed strands
EncodingCBOR + zstdCompact, schema-evolvable telemetry frames
TimePTP IEEE 1588v2 + GNSS-disciplined grandmasterSub-µs alignment for cross-node voting & evidence
BufferingPer-node FRAM store-and-forward ringContinuity through comms blackout (see §5)

4. Data Rates & Latency Budgets

ClassExample TrafficLatency Budget (p95)LossPriority
Control (C0)Containment interlock, chiller / dosing command< 8 ms0 (acked)Strict-high, preemptive
Alarm (C1)CRITICAL / containment events, man-overboard< 15 ms0 (acked)High
Telemetry (C2)AquaLink chemistry & Sensing Array streams< 40 ms< 1e-5Assured
Bulk (C3)Hyperspectral photomosaics, hydrophone archives, backups< 2 sbest-effortScavenger
Preemption. C0 control traffic preempts all lower classes on a congested strand. Bulk transfers are paused, never dropped, during any active CRITICAL or containment event. Evidence-grade C1/C2 frames are queued and signed, not discarded.

5. Self-Healing & Edge Buffering

The fabric is built for the dark. Gyre stations ride out days of satellite blackout; interdiction hulls run silent for the duration of a shadow. Neither loses a single reading.

Reroute

Sub-250 ms Failover

Failed strands decay to zero weight within 250 ms; C0/C1 traffic rides pre-installed backup paths with no recompute on failure.

Store & Forward

Edge Buffering

Each node logs to a 96 h FRAM ring during blackout. On link return it backfills in timestamp order behind live traffic — gapless and in sequence.

Active-Active

Core Survival

Loss of one core sheds zero traffic; QUIC connection-ID migration moves live sessions to the surviving core without re-handshake.

6. Integrity & Evidence-Grade Signing

AERIEL telemetry is not only operational — it is testimony. Detections feed interdiction cases and tribunal filings, so the chain of custody begins at the sensor.

The fabric is the witness. An AIS-gap caught off the Pacific Drift is worth nothing in a tribunal if its timestamp can be doubted. Sub-µs PTP time and per-frame signatures mean every detection arrives court-ready. — NEREID Liaison

7. Integration with NEREID

The fabric carries; NEREID decides. NEREID subscribes to TIDE topics for live streams and reads the warm tier for anomaly-training windows. Its decisions return as C0 control frames the fabric prioritizes under the 8 ms budget, and its alarms route per Alarm Escalation (AE-MON-0040). Sensor provenance and modality detail are specified in the Sensing Array (AE-MON-0030).