Small SmartCard emulator written in C++17. This project was born from the fact of wanting to practice different kinds of tools and tests frameworks for C++ and Python.
First, install all the dependencies shown below. Once installed, compile the emulator:
$ cmake .. -DCMAKE_BUILD_TYPE=$1 -DCMAKE_EXPORT_COMPILE_COMMANDS=TRUE -G "Unix Makefiles"
$ make
You can now run the emulator:
cd build/
./sc-emulator