Skip to content

Kellel/cardreader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cardeditor

The things

cardeditor.py Basic cardreader that talks to an RS232 serial port or pretends to be one through USB.

Prerequisites

  1. pyqt4 (debian pyqt-dev-tools)
  2. requests (debian (python-requests)

Usage

  1. Plug in Card Reader
  2. Find device
  3. run dmesg
  4. look for something like /dev/ttyUSB0
  5. if not ttyUSB0 you will need to change this in Advanced -> Set Device
  6. change device ownership chown {kellen} {/dev/ttyUSB0} where {kellen} will be replaced with your username and {/dev/ttyUSB0} will be the device location you found in step 2.
  7. run cardeditor.py python cardeditor.py
  8. For user lookup to work you will need to app parse API keys to parse_api.py -> headers

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages