Skip to content

Project to allow using features from a Microsoft fingerprint reader as a access control for a eletronic locker.

License

Notifications You must be signed in to change notification settings

mattvasc/digital

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

131 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  1. Install the custom build of the libfprint, the instructions are inside libfprint\install-before.txt

  2. Compile verify.c and management.c with the commands:

  • gcc management.c -o management -lsqlite3 -lfprint
  • gcc verify.c -o verify -lsqlite3 -lfprint
  1. Create the database: sqlite dababase.db < database.sql

  2. Have fun!

About

Project to allow using features from a Microsoft fingerprint reader as a access control for a eletronic locker.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5