reverseqr

qr codes working in both directions
git clone https://tongong.net/git/reverseqr.git
Log | Files | Refs | README

README.md (698B)


      1 # reverseqr
      2 
      3 ## why
      4 A QR code can be used to transfer data easily from a computer to a mobile
      5 device equipped with a camera. The other direction is considerably harder. This
      6 project aims to change this.
      7 
      8 ## how
      9 Open https://tongong.github.io/reverseqr/ and scan the QR code using your
     10 device. You can now start writing on either device and changes should be
     11 synchronized.
     12 
     13 ## build
     14 A development server can be started with `make dev`. A self-contained
     15 `index.html` can be build with `make build`. See the `Makefile` for more.
     16 
     17 ## similar projects
     18 - [magic-wormhole](https://github.com/magic-wormhole/magic-wormhole) and
     19   [croc](https://github.com/schollz/croc)
     20 - [snapdrop](https://snapdrop.net/)