Taurnet 1.0 bonds satellite, cellular, and fiber paths with hybrid QKD and post-quantum keys — turning laboratory telemetry into live bonding, Bell-state routing, and BB84 sifting on Æ Hive infrastructure.
Innovation lands when sessions survive path loss. Explore Taurnet 1.0 capabilities recognised for multipath bonding, quantum security, and traffic intelligence at the edge.
Live laboratory console — bonding status, path inventory, Bell-state optimize, BB84 generate.
Round-robin UDP across satellite, cellular, and terrestrial interfaces with scheduler weights.
BB84 sifting when quantum channels exist; ML-KEM and ML-DSA when they do not.
Laboratory path selection from 00 vs 11 histograms — 1024-shot snapshot.
Same-origin proxy — /api/bonding, /api/quantum, /api/qkd to CDNER-X backends.
Active laboratory session: 250 Mbps aggregate with 15 ms latency probe.
Continuity across LEO beam hand-offs and coastal cellular with bonded satellite paths.
Hybrid QKD/PQC protects operations data when satellite QKD is demonstration-stage.
Shift load to fiber or 5G before the primary path fails — scheduler reinjection on HOL blocking.
Learn how network, security, and operations leaders scale multipath sessions with QKD-aware fallbacks and auditable key-type records.
Same-origin proxy at /api/taurnet forwards JSON to the Quantum Multipath Bonding backend (CDNER-X compose on port 8003 by default). Endpoints include /health, /api/bonding/status, /api/bonding/sessions, /api/bonding/start, POST /api/quantum/optimize, GET /api/quantum/results, and POST /api/qkd/generate. Console falls back to manuscript laboratory snapshots when backends are unreachable. Read the Taurnet 1.0 API documentation for fundamentals and interlinks.
Laboratory console compiled from the bonding engine, Bell-state path picker, and BB84 sifting service. Snapshot sources for manuscript figures. doi:10.5281/zenodo.22219465
Connecting to Taurnet 1.0…
Latest selection: Fiber · 00=479 · 11=545
| 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]Bell-state sampling preferred Fiber over the remaining bonded paths.
What's New at Æ Hive — Taurnet 1.0 releases, multipath bonding research, and DCN security news.