mattvasc / digital

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

  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.

License:GNU General Public License v3.0


Languages

Language:C 96.7%Language:JavaScript 1.4%Language:TypeScript 0.8%Language:M4 0.6%Language:Makefile 0.3%Language:CSS 0.1%Language:HTML 0.1%Language:Shell 0.0%Language:C++ 0.0%