ChenboLin
01Sobre02Projetos03Laboratório04Notas
CONTATO
Voltar aos projetos de engenhariaLer em inglês
SISTEMAS DE NAVEGADOR6 min read

Transferência exata de arquivos pela luz.

Um sistema óptico nativo do navegador, com processamento local, limites explícitos do protocolo e separação entre evidência digital e testes físicos com câmera.

Publicado
2026-08-25
Atualizado
2026-08-25

Escopo do projeto

2026 — PRESENTE / PESQUISA DE PRODUTO

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
As seções técnicas longas estão atualmente publicadas em inglês e chinês. Navegação, metadados e resumo do projeto estão localizados neste idioma.

Temas

Protocolo nativo do navegadorWeb Workers + processamento localCaminho físico não verificado
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 da evidência 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 publicam escopo e raciocínio de engenharia que podem ser revisados; as evidências do projeto são adicionadas quando estiverem prontas para compartilhar.

Ver todos os projetos de engenharia
Chenbo Lin
© 2026 Chenbo Lin. Todos os direitos reservados.