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

Resume-able datauris #14

Open
mofosyne opened this issue Sep 13, 2015 · 0 comments
Open

Resume-able datauris #14

mofosyne opened this issue Sep 13, 2015 · 0 comments

Comments

@mofosyne
Copy link
Owner

A data uri with md5/sha1 (not crc) hash ID, and also contain seq-id and seq-total

data:plain/text;md5=j3g423jh234jhk23j;seq-id=1;seq-total=3,Hello
data:plain/text;md5=j3g423jh234jhk23j;seq-id=2;seq-total=3,World
data:plain/text;md5=j3g423jh234jhk23j;seq-id=3;seq-total=3,yay!

The concept is that someone might want to play a game and split the QR sequence over a geographical area (e.g. Along a trail), to tell a story etc... Rather than placing all the data in one location. So as you scan more codes, you get a bigger portion of the code (and you can view it if its just plain text).

This is low priority, since it would not be easy to implement, since you need to store half finished barcodes. But would be great to have and would open an extra dimension to the tagdrop game.

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

1 participant