ChenboLin
01Acerca de02Proyectos03Laboratorios04Notas
CONTACTO
Volver a los proyectos de ingenieríaLeer en inglés
SISTEMAS DE NAVEGADOR6 min read

Transferencia exacta de archivos mediante luz.

Un sistema óptico nativo del navegador que procesa los datos localmente, declara los límites del protocolo y separa la evidencia digital de las pruebas físicas con cámara.

Publicado
2026-08-25
Actualizado
2026-08-25

Alcance del proyecto

2026 — PRESENTE / INVESTIGACIÓN DE PRODUCTO

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
Las secciones técnicas extensas están disponibles actualmente en inglés y chino. Este idioma ya cubre la navegación, los metadatos y el resumen del proyecto.

Temas

Protocolo nativo del navegadorWeb Workers + procesamiento localRuta física no verificada
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.

Límite de evidencia pública

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.

Estas páginas publican un alcance y un razonamiento de ingeniería que pueden revisarse; la evidencia se añade cuando está lista para compartir.

Ver todos los proyectos de ingeniería
Chenbo Lin
© 2026 Chenbo Lin. Todos los derechos reservados.