ChenboLin
01À propos02Projets03Laboratoires04Notes
CONTACT
Retour aux projets d'ingénierieLire en anglais
SYSTÈMES NAVIGATEUR6 min read

Transfert exact de fichiers par la lumière.

Un système de transfert optique natif du navigateur, avec traitement local, limites de protocole explicites et séparation nette entre preuve numérique et essais physiques par caméra.

Publié
2026-08-25
Mis à jour
2026-08-25

Périmètre du projet

2026 — PRÉSENT / RECHERCHE PRODUIT

Protocol and product research

Runtime
Browser-native local processing
Protocol
Versioned manifest and fixed optical frames
Evidence
Digital exact-data and synthetic PHY gates; physical path not verified
Les sections techniques longues sont actuellement publiées en anglais et en chinois. La navigation, les métadonnées et le résumé du projet sont localisés dans cette langue.

Thèmes

Protocole natif du navigateurWeb Workers + traitement localChaîne physique non vérifiée
01

Transfer without a server relay

LuminaLink explores a different boundary for file transfer: the display carries encoded frames, the camera observes them, and the browser processes the payload locally. The application is statically hosted, but user files and camera frames are not sent through a conversation backend.

That architecture changes the engineering priorities. The protocol must be explicit enough for two browsers to agree on framing, recovery, limits and final verification without making the server responsible for the payload.

02

The transfer rules are explicit

The current design uses a versioned transfer manifest, typed Control, Source, Repair and Finalisation packets, fixed optical frames, strict bounds, CRC checks, systematic Reed–Solomon recovery and a final SHA-256 gate.

Sender preparation and receiver decoding run in dedicated Web Workers. Compression is selected only when it is lossless and beneficial, while the receiver validates filename, MIME, length and digest before presenting a recovered file.

03

Replay is useful, but it is not a camera trial

The receiver can replay naturally numbered image recordings through the same visual decoder, parser, FEC and hash gate used by the live path. That gives the software a repeatable way to test failure handling and exact recovery.

It does not establish the physical display-to-camera operating envelope. A replay has no measured distance, angle, lighting or capture-drop history unless those are supplied by an immutable physical record.

04

The next step is a recorded camera trial

A credible physical result needs more than a successful animation or a nominal frame-rate calculation. It needs the original file, the recovered bytes, matching hashes, measured channel and device conditions, frame loss and decode telemetry, and a record that the payload was not relayed.

Keeping that requirement visible is part of the product design. It protects the distinction between a strong browser protocol and a physical communication system that has actually been measured.

Limite de l'évidence publique

Digital protocol and synthetic evidence are separate from live display-to-camera evidence. Physical goodput, BER, distance, angle and broad device support remain NOT_VERIFIED until a receipted camera trial recovers exact bytes and matches the original SHA-256.

Ces pages publient un périmètre d'ingénierie et un raisonnement vérifiables ; les preuves de projet sont ajoutées lorsqu'elles sont prêtes à être partagées.

Voir tous les projets d'ingénierie
Chenbo Lin
© 2026 Chenbo Lin. Tous droits réservés.