Git Product home page Git Product logo

android-vaccine-passport's Introduction

android-vaccine-passport

Android app for decentralised vaccine passport concept

Developed by Alex, Rebekah and Taran

Example barcodes are included in this git repository.

The data format we have used to create these is:

  • Date: 4 byte integer, represents number of days since 1/1/1970
  • Vaccine type: 1 byte (vaccine type enum TBD)
  • Dosage number: 1 byte
  • Passport number: 9 bytes (string)
  • Passport Expiry Date: 4 byte integer, represents number of days since 1/1/1970
  • Date of birth: 4 byte integer, represents number of days since 1/1/1970
  • Country: ISO 3-length country string. (3 bytes)
  • Name:
    • 1 byte: length of the following string (max 128)
    • Name (string) Dr Administered:
    • 1 byte: length of the following string (max 128)
    • Name (string)

Here's an example of the data we would expect: \0x00\0x00\0x49\0x43\0x01\0x01LM696469\0x00\0x00\0x00\0x52\0xEA\0x00\0x00\0x2A\0xF4NZL\0x0BAlex Hobson\0x0EDr John Taylor

If you would like to create your own barcodes you can do so at https://www.free-barcode-generator.net/aztec/

Ensure the settings for your barcode creation are:

  • Type of information: Text
  • Convert substrings \, \r, \n, \t, \0xHH to character equivalent (HH is hexadecimal character code in range from 00 to FF): Yes
  • Error correction level: 30%
  • Output charater code page for characters with codes greater than 127 (characters outside selected code page will be ignored): ISO-8859-1 (Latin 1)
  • Dot Size: 9
  • Safe margin: 2
  • Bars colour: Standard (black)
  • Background colour: Standard (white)

We hope you find Vaccine Passport useful as you travel after the COVID-19 pandemic!

android-vaccine-passport's People

Contributors

bexmckinnon avatar taragon123 avatar this-is-alex avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.