mofosyne / tagdrop

allows for reading datauris, and displaying the media as if it was html or text or sound etc...
GNU General Public License v3.0
14 stars 2 forks source link

Resume-able datauris #14

Open mofosyne opened 8 years ago

mofosyne commented 8 years ago

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.