Skip to content

Esempio di implementazione della libreria .net di verifica del greenpass

Notifications You must be signed in to change notification settings

t3labit/checkdgc_net

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

checkdgc_net

Example implementation of the .net library for greenpass verification. Useful if you are triyng to build a triage automatic totem with camera.

.NET 4.7 + OpenCV

It uses .NET 4.7 framework with Open CV (OpencvSharp)

Fast connection to USB camera

It uses the standard USB camers windows driver to grab video stream.

Automatic update of rules/blacklists/trustlist and settings.

Using the official DgcReader from @DevTrevi -> https://github.com/DevTrevi/DgcReader That library is official and approved by the Italian government, but it should be upgraded every time a new version is released, keep watch the repo. It stores in cache all the json data from the government.

  • Return Valid or Not Valid Splashscreen as result of checking GP.
  • Text to speech synth to say "Codice QR Valido!"
  • It Displays only the name and the date of Birth

Check:

image

Result:

ok

Or:

ko

The name and the date of birth will be added on the bottom of the result screen.

About

Esempio di implementazione della libreria .net di verifica del greenpass

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%