Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a first software backend to power the prototype RFID reader #2

Open
SirPolaris opened this issue Mar 24, 2017 · 0 comments
Open

Comments

@SirPolaris
Copy link
Member

The software:

  • Must detect the RFID products accurately and validate them.
  • Must respond with some feedback for success and failure reading paths.
  • Must not become error prone when cards are moved in and out of range.
  • Must relay information when the product is errored, loading and ready
  • Must store card knowledge locally
    • Later development will use SD cards for persistence (this may change)
  • The software must persist after power loss
  • Restart should be graceful and require no user input
  • The software/hardware should be capable of configuring itself completely by a single properties file. This file should hold for starters:
    • The name of the device
    • Software Version
    • Vanity name of the location the device
    • Type of device (Standalone)
    • Agreement ID (ID Number)
    • Owner of Device
    • Owners Phone Number
  • The software must have the ability to easily expand its code base
@SirPolaris SirPolaris transferred this issue from Citizen-Group/CC-RFID Jun 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant