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

Design and implement some form of flexible header, manifest, or metadata information for split QR streams. #22

Open
xloem opened this issue Aug 29, 2015 · 4 comments

Comments

@xloem
Copy link
Owner

xloem commented Aug 29, 2015

See some comments on #19

@mofosyne
Copy link
Contributor

aye. Ideally it should not be a binary container, but in plaintext.

If possible, but not mandatory, it would be nice if it can be detected and launched from zxing barcode reader app directly under "open browser" button after a successful scan of the manifest barcode.

@xloem
Copy link
Owner Author

xloem commented Aug 29, 2015

That sounds great. Good reason to use a datauri. Briefly reviewing the zxing source I think a wide variety of loosely uri-like prefixes would fit that.

@mofosyne
Copy link
Contributor

anything you had in mind? You don't need to choose from what zxing explicitly allow for, after all, datauri is not supported by zxing directly.

The way I think zxing works out if it is a url or not, is if it fits this format <schema>:<charactersExceptSpaces>

If it is, it would just send it directly to android OS as a uri intent, and let android sort the resolution of the schema (e.g. web browser would listen to "http:", while tagdrop listens for "data:").

So we could choose any keywords we want, but ideally it shouldn't be an existing internet standard, unless we are going to keep in lockstep with it's syntax to avoid breaking other parsers.

@mofosyne
Copy link
Contributor

mofosyne commented Sep 6, 2015

btw how shall we keep in sync the extended datauri implementation? Perhaps we keep in touch over email? My email is mofosyne @ gmail . com

Oh and for your information, I had a though on extending datauri to span multiple qr tags in a transparent manner mofosyne/tagdrop#11

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