Skip to content

EU COVID passport QR code scanner for raspberry pi

Notifications You must be signed in to change notification settings

mgrottenthaler/SnoopDoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SnoopDoc

Verifies your green pass QR code and plays a sound file.

Dependencies

Limitations

  • The signature of the green passes is currently not checked.
  • The expiry of green passes is not checked. Everything that can successfully be decoded, is treated as valid.

Usage

To take a photo and check it:

./snoopdoc.sh ./sound-to-play.mp3

To execute every 0.1 second and basically monitors the webcam:

watch -n 0.1 ./snoopdoc.sh ../sound-to-play.mp3

Docker usage:

docker build -t snoopdoc .
docker run --device=/dev/video0 --device=/dev/snd snoopdoc

About

EU COVID passport QR code scanner for raspberry pi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published