Skip to content

onurguzel/pam_rfid

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sparkfun RFID Reader

This is a Python module for reading values from a Sparkfun RFID receiver. It supports both single read from the receiver and continuous polling, giving results back through callbacks. It also support autodiscovery of the reader (assuming there's only one plugged in).

Requirements:

  • pyserial
  • pyudev

Examples

I included a small set of example modules in the examples/ directory.

singleread.py

An example of doing a single read from the rfid reader.

gnome-notification.py

Shows a OSD notification whenever a tag is read by the receiver. Requires pyinotify.

pam_rfid.py

This is probably the most interesting application example. It is a complete PAM authentication module for authentication through RFID tags. Configuration instructions are inside the source file. Requires libpam-python to work as a PAM authentication module.

About

pam_rfid module for Sparkfun RFID Reader

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%