googlearchive / otp-generator

Apache License 2.0
12 stars 14 forks source link

Consider using external web app (qrsnapper) for reading QRcode instead of embedded feature #9

Open agektmr opened 9 years ago

agektmr commented 9 years ago

https://qrsnapper.appspot.com/
Required changes on the app can be worked by @PaulKinlan

PaulKinlan commented 9 years ago

Yep. Will work on it. Suggest not to reimplement.

On Mon, 31 Aug 2015 09:08 Eiji Kitamura notifications@github.com wrote:

https://qrsnapper.appspot.com/

Required changes on the app can be worked by @PaulKinlan https://github.com/PaulKinlan

— Reply to this email directly or view it on GitHub https://github.com/GoogleChrome/otp-generator/issues/9.

agektmr commented 9 years ago

Interesting link: http://www.g200kg.com/en/docs/webmidilink/

This grass root "Web MIDI Link" specification allows browser instruments to interact each other cross origin using postMessage().

agektmr commented 9 years ago

Note that we have to be extra super careful about messaging on this because it is supposed to be a secret.