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.