Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to rewind while sending #25

Open
xloem opened this issue Sep 6, 2015 · 1 comment
Open

Ability to rewind while sending #25

xloem opened this issue Sep 6, 2015 · 1 comment

Comments

@xloem
Copy link
Owner

xloem commented Sep 6, 2015

If you hit advance by accident, or mis-scan a code, there is no way to adjust where you are in the stream (go back to the previous code).

This is mostly only useful so long as codes are still manually advanced.

@mofosyne
Copy link
Contributor

This would be more useful if there is a way to tell if you missed a sequence.

Wonder if CRC running sum is an approach. Where the manifest tells you what the crc should look like at each scan, and let you know if the current scan indicates a missed barcode.

e.g. crc4=34b3r;md5=swef3 indicating 5 barcodes and it's expected crc (4bit represented by a single hex char) in the correct sequence. After each sequences of barcodes, you check it against a truncated (read from right side) md5 hash to check if correct)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants