Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 622 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 622 Bytes

GScanTool

Generic Scaner tool for QR and barcodes implementations in websites

Protocol

  1. The app scans a QR encoded URL
  2. The app download the content at that URL
  3. The app json decode the answer and look for parameters:
  • name , the title of the project
  • url , where to send next
  • type , prefered data format: get, post, json, plain. default: undefined
  • text textmessage to show the user
  1. The app scans for any QR- or bar-code
  2. The app sends the QR to the previus given URL
  3. If the response is JSON and have a parameter text, it is displayed.
  4. The app scans for next QR- or bar-code