As single-path TCP sessions degrade when links fail, Taurnet 1.0 bonds satellite, cellular, and fiber subflows with hybrid QKD/PQC security and Bell-state path optimisation — clearing resilient sessions for maritime fleets, remote sites, and latency-sensitive enterprises.
Data-T advances smarter connectivity through industry-leading multipath transport, hybrid quantum security, and auditable path-selection for mission-critical networking.
Live bonding console for MPTCP sessions, Bell-state path picks, and BB84 session protection.
Laboratory bonded-path aggregate across Starlink, 5G, and Fiber subflows.
Engine present in compose stack with 15 ms laboratory round-trip.
Three-path inventory — satellite, cellular, and terrestrial interfaces.
Bonding status, quantum optimise, and QKD generate endpoints.
Hybrid QKD when available; ML-KEM / ML-DSA fallback per FIPS 203/204.
Start bonded sessions across satellite, cellular, and fiber with round-robin UDP policy.
Three-path laboratory inventory with bind and target endpoints for each subflow.
Bell-state sampling selects paths — if C(00) > C(11) pick first, else last.
Sifted key material with masked display for customer-facing surfaces.
Same-origin /api/taurnet forwards calls to the multipath bonding backend.
Optimise maritime, remote, and enterprise outcomes from MPTCP, QKD, and hybrid traffic intelligence.
Same-origin proxy at /api/taurnet forwards JSON payloads to the Quantum Multipath Bonding backend. Core surfaces from CDNER-X static HTML: lab console, research dashboard, and API documentation. Endpoints: /health, /api/bonding/status, /api/bonding/start, /api/quantum/optimize, and /api/qkd/generate.
Live laboratory dashboard from the bonding engine, Bell-state path picker, and BB84 sifting service — converted from CDNER-X docs/static/dashboard.html and lab console.
Round-robin UDP across satellite, cellular, and fiber.
Bell-state path optimisation — POST /api/quantum/optimize
BB84 sifting — POST /api/qkd/generate
| Path | Kind | Bind | Target |
|---|---|---|---|
| Starlink | satellite | 127.0.0.1:9001 | 127.0.0.1:10001 |
| 5G | cellular | 127.0.0.1:9002 | 127.0.0.1:10002 |
| Fiber | terrestrial | 127.0.0.1:9003 | 127.0.0.1:10003 |
qc = QuantumCircuit(2, 2)
qc.h(0)
qc.cx(0, 1)
qc.measure([0, 1], [0, 1])
# if C(00) > C(11): first path else last path
selected = paths[0] if counts.get("00", 0) > counts.get("11", 0) else paths[-1]What's New at Data-T — Taurnet 1.0 API releases, multipath research, and connectivity news.