ChenboLin
01আমার সম্পর্কে02কাজ03ল্যাবস04নোটস
যোগাযোগ করুন
ইঞ্জিনিয়ারিং প্রকল্পে ফিরে যানইংরেজিতে পড়ুন
ব্রাউজার সিস্টেমস6 min read

আলোর মাধ্যমে নির্ভুল ফাইল স্থানান্তর।

একটি ব্রাউজার-নেটিভ অপটিক্যাল ট্রান্সফার সিস্টেম, যেখানে ডেটা স্থানীয়ভাবে প্রক্রিয়াকরণ করা হয়, প্রোটোকলের সীমা স্পষ্ট থাকে এবং ডিজিটাল প্রমাণকে ক্যামেরা-ভিত্তিক শারীরিক পরীক্ষার থেকে আলাদা রাখা হয়।

প্রকাশিত
2026-08-25
হালনাগাদ
2026-08-25

প্রকল্পের পরিসর

২০২৬ — বর্তমান / প্রোডাক্ট গবেষণা

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
দীর্ঘ প্রযুক্তিগত অংশগুলো বর্তমানে ইংরেজি ও চীনা ভাষায় প্রকাশিত। এই ভাষায় নেভিগেশন, মেটাডেটা ও প্রকল্পের সারাংশ স্থানীয়ভাবে অনুবাদ করা হয়েছে।

বিষয়

ব্রাউজার-নেটিভ প্রোটোকলWeb Workers + স্থানীয় প্রক্রিয়াকরণশারীরিক পথ যাচাই করা হয়নি
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.

প্রকাশ্য প্রমাণের সীমা

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.

এই পাতাগুলো যাচাইযোগ্য ইঞ্জিনিয়ারিং পরিসর ও যুক্তি প্রকাশ করে; প্রমাণ প্রস্তুত হলে তবেই প্রকল্পের তথ্য যোগ করা হয়।

সব ইঞ্জিনিয়ারিং প্রকল্প দেখুন
Chenbo Lin
© 2026 Chenbo Lin. সর্বস্বত্ব সংরক্ষিত।