🏁 PitLink PQC — Smart File Transfer System

Quantum-Safe, Latency-Resilient Data Fabric for the Next Era of Engineering Mobility


💡 Inspiration

In Formula 1, milliseconds matter.
Each car streams over 1.5 TB of telemetry, video, and simulation data per race weekend — yet racetrack connectivity remains volatile.
A single drop in the 5G link can cost crucial performance insights.

We were inspired by the way F1 engineers, edge AI labs, and field researchers battle against unstable networks every day.
Our goal was to build something universal — a self-healing, post-quantum-secure file transfer layer that guarantees data integrity, low latency, and resilience, even when the network collapses.

So, we built PitLink PQC — a fast, resilient, and quantum-safe transfer fabric that can securely sync critical data between racetrack and factory, rural lab and cloud, or drone fleet and control room.


⚙️ What It Does

PitLink PQC is a smart file transfer system that ensures high-speed, tamper-proof data flow over unreliable connections — 5G, Wi-Fi, or satellite.

It automatically:

  • Splits and hashes files into verifiable chunks (BLAKE3 + Merkle tree)
  • Encrypts everything using post-quantum cryptography (ML-KEM + AES-GCM)
  • Schedules priorities (P0–P2) using Weighted Fair Queuing + Earliest Deadline First
  • Auto-recovers from packet loss and reorders packets seamlessly
  • Predicts link failures using ML-based telemetry (RTT, jitter, loss rate)
  • Logs every action into immutable, auditable storage for compliance and traceability

In short:
It guarantees that data always arrives fast, whole, and secure — no matter how unstable the network is.


🏗️ How We Built It

We designed PitLink PQC as a layered modular system, with adaptability inspired by F1 telemetry stacks and enterprise-grade edge computing.

flowchart TB %% === Styles === classDef block fill:#F9FBFF,stroke:#245E9B,color:#002B5B,stroke-width:1.8px,rx:8,ry:8; classDef pqc fill:#FFF6E8,stroke:#FFB703,color:#3A2A00,stroke-width:2px,rx:8,ry:8; classDef cloud fill:#E6FFF2,stroke:#00A86B,color:#004E3B,stroke-width:1.5px,rx:8,ry:8; classDef control fill:#F4E8FF,stroke:#9333EA,color:#3E007F,stroke-width:1.5px,rx:8,ry:8; classDef edge fill:#B0BEC5,stroke:#245E9B,stroke-width:1.5px;

%% === Nodes ===
A["🏁 **Data Capture**<br/>Sensors • Telemetry • Video Streams"]:::block
B["🔹 **Chunking + Hashing**<br/>BLAKE3 per chunk • Merkle tree per file"]:::block
C["🔐 **Quantum-Safe Encryption**<br/>ML-KEM (Key Encapsulation) + AES-GCM (Payload)"]:::pqc
D["🌐 **Transfer Layer**<br/>QUIC + FEC + Multipath (5G / Wi-Fi / SAT)<br/>Auto-resume • Priority Channels (P0–P2)"]:::block
E["☁️ **Receiver (HQ / Cloud)**<br/>PQC Decapsulation • Integrity Verification • Reassembly"]:::cloud
F["🗄️ **Storage + Audit Logs**<br/>Deduplication • Immutable Logs • Compliance Checks"]:::cloud
G["🧭 **Control Plane**<br/>Telemetry Feedback • SLA Dashboard • Adaptive ML Predictor"]:::control

%% === Flow Connections ===
A -->|"Raw Data"| B
B -->|"Chunked + Hashed Blocks"| C
C -->|"Encrypted Payload"| D
D -->|"Optimized Streams"| E
E -->|"Verified Data"| F
G -.->|"Feedback Loop: Adjust Priority / FEC / Path Selection"| D

%% === Labels ===
subgraph LAYER_LABELS[" "]
    direction TB
    note1["**Edge / Trackside**"]
    note2["**Quantum-Safe Layer (ML-KEM)**"]
    note3["**HQ / Cloud Infrastructure**"]
end
note1:::edge
note2:::pqc
note3:::cloud

%% === Links ===
linkStyle 0,1,2,3,4 stroke:#245E9B,stroke-width:2px
linkStyle 5 stroke:#9333EA,stroke-dasharray:4 3,stroke-width:1.8px

Built With

Share this project:

Updates