broughtong / LibMercuryRFID

Library for interacting with the Mercury API RFID Library from Python
MIT License
3 stars 2 forks source link

LibMercuryRFID

Library for interacting with the Mercury API RFID Library from Python

Installation

Run ./install.sh to install

Run ./uninstall.sh to uninstall

Test the reader

Run the python code rfid_test.py to check that everything is working

Building from source

The code is built from source from the install shell script. Alternatively the makefile can be used, but these will not be installed, instead placed in the lib folder.

The shared object Mercury Library file can be compiled by downloading the source from the ThingMagic website, and compiling with these commands. A compiled version is already provided in this directory, in accordance with the ThingMagic License.