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

Added option for multiple RFID Readers #1012

Merged
merged 8 commits into from
Jul 16, 2020

Commits on Jun 13, 2020

  1. Added option for multiple RFID Readers MiczFlor#760

    To use it, the two files Reader.py and RegisterDevice.py must be replaced with the *py..Multi files.
    
    If you activate multiple RFID readers it´s e.g. possible to read Card and "Figure" RFID parallel.
    Markus Prochaska authored and Markus Prochaska committed Jun 13, 2020
    Configuration menu
    Copy the full SHA
    9145cae View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2020

  1. Added multi-reader support for experimental reader

    Markus Prochaska authored and Markus Prochaska committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    4e16606 View commit details
    Browse the repository at this point in the history
  2. Fixed waiting for Reader result

    Markus Prochaska authored and Markus Prochaska committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    f5f2736 View commit details
    Browse the repository at this point in the history
  3. Added terminating processes

    Markus Prochaska authored and Markus Prochaska committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    8604023 View commit details
    Browse the repository at this point in the history
  4. Added multiple USB reader support for Reader.py.experimental (see fil…

    …e Reader.py.experimental.Multi)
    
    Added Register NonUSB Devices with RegisterDevice (see RegisterDevice.py.Multi)
    Markus Prochaska authored and Markus Prochaska committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    2aeb657 View commit details
    Browse the repository at this point in the history
  5. Fixed bug when adding devices to read

    Markus Prochaska authored and Markus Prochaska committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    0ba3272 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2020

  1. Removed duplicate of get_devices()

    Markus Prochaska authored and Markus Prochaska committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    bc1d675 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2020

  1. Update of Multi reader and install script

     -Added Multi Reader registration to buster-install-default.sh as extra option
     -Changed the installscripts/buster-install-default.sh to use new RegisterDevice.py.Multi
     -Added requirement for PN532 and RC522 installation direct to RegisterDevice.py.Multi if the user chooses it.
    Markus Prochaska authored and Markus Prochaska committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    dc2a864 View commit details
    Browse the repository at this point in the history