Skip to content

alromh87/pyMorphoILV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Userspace Morpho ILV Driver

ILV protocol implementation in python to communicate with fingerprint readers from userspace using PyUSB

Supported operations

  • Get info
  • Get fingerprint
  • Manage local database
  • Local Validation
  • Local identification

Supported readers

  • MSO 300
  • MSO CBM

Installation

Instal requiered packages:

apt-get install git python python-setuptools python-pil

Install:

sudo python setup.py install

Install udev rules and restart udev

sudo cp 90-morpho.rules /etc/udev/rules.d/ sudo systemctl restart udev

Test

python testpyMorphoILV.py

scan

Usage

-- TODO --


Test program with CLI included

Reference documentation of ILV protocol:

About

Userspace Morpho ILV Driver

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages