Created
April 11, 2013 13:55
-
-
Save kevinprince/5363573 to your computer and use it in GitHub Desktop.
Quick explanation of the unattended card reader idea
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
We have: | |
- A NFC card reader that presents as a USB keyboard | |
- A raspberry pi with wifi | |
What we want to do: | |
Have a standalone network enabled card reader. | |
Requirements: | |
- Can only use the above components | |
- Must boot, notify webservice its ready and conduct reads without a screen or mouse connected | |
- May allow for some kind of additional output device to notify its ready but reader beeps on read. | |
Ideas on how welcome. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Set it up with latest Debian.
Run a Python script on startup (or Ruby etc).
Script should continually listen and then react on string termination character (I assume the reader issues CR or similar once read)?
From the script, issue a GET/POST with the input from the scanner.