leosac / access-control

Leosac Access Control - Open Source Physical Access Control System
https://leosac.com
GNU Affero General Public License v3.0
240 stars 40 forks source link

Wiegand Pin Code #43

Closed xaqq closed 9 years ago

xaqq commented 9 years ago

Some wiegand reader support PIN code. The way the code is sent (using wiegand protocol) may vary. We need to support this.

PIN Code handling may also vary. It can be coupled to the card ID, be "installation specific" (for a raspi),

xaqq commented 9 years ago

We can now extract PIN code for a reader: 4bits mode, 8bits mode and buffered mode are supported.

The AuthFile module can map a PIN code to a user, allowing a user to be identified by its PIN code.

Card + PIN are not supported yet.