A C++ console application for interacting with pcProx card readers. Tested and built on Ubuntu 16.04 64-bit.
-
Install dependencies
sudo apt-get install build-essential cmake libhidapi-dev libhidapi-hidraw0 libhidapi-libusb0
-
See the README file in the
lib/pcProxAPI
folder for the files you will need to copy there from the pcProx SDK. More information on the SDK can be found here: https://www.rfideas.com/products/sdk/universal-enroll-sdk
./configure && make
sudo ./bin/pcprox-console
C++ Core Guidelines
http://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#main