

mtmms, 
dynamic load library for dynaflex / dynaprox

mtscra
dynamic load library for card swiper / reader (V5)

mtusdk,
universal sdk static library

mtusdk_test
a test app to start an EMV transaction.

samples
sample console applications to update dynaflex/dynaprox firmware, update v5 production firmware from rs2 web 
service, update v5 emv configuration (EMVTags and CAPK) from xml file and send file to dynaflex/dynaprox


to build all :
   $ make

to run test program : (it need assign access right to usb/serial devices, in this example use sudo to grant access)
   $ sudo ./mtusdk_test

using cmake
   1. install cmake
      $ sudo apt install cmake
   2. generate a build output folder
      $ mkdir build
      $ cd build
   3. configure
      $ cmake ..
   4. build 
      $ cmake --build .