tim-littlefair / transit-emv-checker

Utility to access contactless EMV card data and assist in predicting whether the card will work on transit systems.
Apache License 2.0
1 stars 0 forks source link

CLI PCSC app running on Linux #2

Closed tim-littlefair closed 5 months ago

tim-littlefair commented 5 months ago

Forked Julien Millau's repository to create .

Working on Ubuntu 24.04 LTS, cloned upstream Java CLI example in module subdirectory sample-pcsc to new module/subdirectory tl-pcsc.

Inside forked repository, modified tl-pcsc to generate report as visualized.

Created new repository , ported submodule from tl-pcsc to new repository and updated it to build using Julien Millau's components from public Maven repositories. The new repo is presently private, but I must make it public before releasing the code in any paid context (e.g. Google Play application for Android).

Some further work on CLI report in the transit-emv-checker repo.

Baseline for completion is transit-emv-checker commit c7128ef.

The baseline above ran successfully first time when checked out and built on macOS 10.15 Catalina. It has not been tested on any version of Windows yet.