From ec710177e8514ae9f67026befa4035ecef499664 Mon Sep 17 00:00:00 2001 From: Laura Hausmann Date: Wed, 8 Feb 2023 20:24:54 +0100 Subject: [PATCH] Add README for AfRApay.FTM --- AfRApay.FTM/README.md | 9 +++++++++ README.md | 3 +++ 2 files changed, 12 insertions(+) create mode 100644 AfRApay.FTM/README.md diff --git a/AfRApay.FTM/README.md b/AfRApay.FTM/README.md new file mode 100644 index 0000000..2a56f15 --- /dev/null +++ b/AfRApay.FTM/README.md @@ -0,0 +1,9 @@ +# AfRApay.FTM +Run a card terminal on your laptop for testing, using (in theory) any PCSC-compliant contactless reader. + +On Linux, you'll need to install `pcsclite` and have `pcscd` running. +On Windows and macOS, their native smartcard APIs are used. + +Naturally, it supports [Suica](https://www.jreast.co.jp/e/pass/suica.html). :penguin: :bullettrain_front: + +_(The name is a joke about how Mastercard's test network is called MTF: the Mastercard Test Facility.)_ diff --git a/README.md b/README.md index ef02d53..29e2452 100644 --- a/README.md +++ b/README.md @@ -6,3 +6,6 @@ Frontend, accessible in the AfRA LAN and on the MatePad in the kitchen. Also pro ## AfRApay.MateCard MateCard terminal that allows for quick and easy balance adjustment with a contactless card (Mifare Classic & 125khz RFID/NFC tokens) + +## AfRApay.FTM +The Fancy Test Machine. Run a card terminal on your laptop for testing, using (in theory) any PCSC-compliant contactless reader.