jonbirge / pagecode

Transfer data between air-gapped computers using full-page barcodes. In development.
MIT License
1 stars 0 forks source link

Deal with bad line reads #8

Open jonbirge opened 1 year ago

jonbirge commented 1 year ago

Write number of lines in header. Vote on all consecutive lines with same decoded ID. Alternatively, find a way to integrate multiple lines at once dynamically.

jonbirge commented 1 year ago

Might be better to just put a checksum in each line and take the first line of a given ID that passes the checksum. Certainly would be simplest approach...