NavCore — Quantum Navigation

NavCore is QCOS’s quantum-enhanced navigation and positioning module. It provides post-quantum secure GNSS authentication (OSNMA), quantum-assisted inertial navigation for GNSS-denied environments, NIS2-compliant positioning integrity monitoring, and RAIM (Receiver Autonomous Integrity Monitoring) analytics.

Key Capabilities


GNSS Signal Authentication (OSNMA)

Verify that a received Galileo navigation message is authentic using OSNMA cryptographic authentication.
Check the live authentication picture with GET /api/v1/navcore/compliance/osnma/status and per-satellite state with GET /api/v1/navcore/compliance/osnma/satellites.

Quantum-Assisted Inertial Navigation (Kalman Fusion)

For environments without GNSS (tunnels, deep-sea, space), NavCore maintains a quantum-assisted Kalman filter that fuses inertial and quantum-sensor measurements:
Configure the quantum sensing pipeline with POST /api/v1/navcore/quantum/configure, and characterise sensor noise with POST /api/v1/navcore/quantum/noise/characterize.

RAIM Analysis

Read the current protection levels with GET /api/v1/navcore/raim/protection, detected threats with GET /api/v1/navcore/raim/threats, and exclude a faulty satellite with POST /api/v1/navcore/raim/exclude.

NIS2 Compliance Reporting

Returns positioning-integrity conformance reporting aligned to NIS2 Article 21. Report NIS2 incidents with POST /api/v1/navcore/compliance/nis2/incident and review gaps with GET /api/v1/navcore/compliance/nis2/gaps.

Anti-Spoofing Detection

Submit GNSS observables and receive a statistical spoofing assessment. Live threat state is also surfaced at GET /api/v1/navcore/raim/threats.

Python Example — GNSS Integrity Check