Taurnet 1.0 serves multipath bonding, Bell-state path optimization, and BB84 session protection — MPTCP transport with hybrid QKD/PQC security from Zi R&D Center.
Zi Humana advances resilient connectivity through multipath bonding, quantum-safe key management, and laboratory traffic intelligence under published MPTCP and PQC standards.
Live bonding console — Starlink, 5G, and Fiber paths with compose-stack telemetry.
UDP round-robin data plane across three laboratory interfaces at 250 Mbps / 15 ms.
1024-shot path optimization — decision rule from |00⟩ versus |11⟩ counts.
Decoy-state BB84 session protection with hybrid ML-KEM / ML-DSA fallback.
Same-origin proxy to bonding, quantum optimize, and QKD generate endpoints.
Research program — four-plane architecture, scheduler weights, and application mapping.
Bond LEO, GEO, and coastal cellular for continuity across beam and coastal hand-over.
Satellite, 4G, and site mesh with hybrid QKD/PQC for remote operations data.
Protect medical and command traffic on whatever links remain after infrastructure loss.
Shift load across fiber, 5G, and satellite before the primary path fails.
Same-origin /api/taurnet forwards JSON to the multipath bonding backend on port 8003.
Optimise bonded transport outcomes from MPTCP, QKD/PQC, and traffic intelligence investments.
Same-origin proxy at /api/taurnet forwards JSON payloads to the multipath bonding backend. Endpoints: /api/bonding/status, /api/bonding/start?user_id=, /api/bonding/sessions, POST /api/quantum/optimize, and POST /api/qkd/generate. Demo is open — no API key required; optional x-api-key is forwarded when present. Static laboratory snapshots load when the backend is offline.
Taurnet 1.0 · research dashboard
Compiled from the bonding engine, Bell-state path picker, and BB84 sifting service — same figures and tables used in the manuscript.
Round-robin UDP across satellite, cellular, and fiber.
Bell-state path optimization · 1024 shots
Decoy-state BB84 sifting · hybrid QKD/PQC fallback
| 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]Sources: docs/static/media/*.json, bonding engine, quantum optimize, QKD generate. Laboratory snapshot used by manuscript figures.
What's New at Zi Humana — Taurnet 1.0 API releases, quantum multipath bonding research, and MPTCP news.