From e9bb5074cf2824e421b4526c81d02ced79c745e4 Mon Sep 17 00:00:00 2001 From: David Rodenkirchen Date: Thu, 26 Feb 2026 08:23:05 +0100 Subject: [PATCH] add Readme --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..8294f42 --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +# EZGG LAN NFC Tools + +This repository contains the tooling around NFC readers/writers. + +Currently supported NFC Device: ACR 1252U + +## Tools: + +- card_reader + - Standalone: Reads single card and prints content + - Library: API for extracting user ID from card +- card_writer + - Standalone: Takes user ID as console input, writes it securely to card +- ClipboardReaderService + - Standalone: Continuously reads cards and writes decrypted user ID or error message to clipboard + +## Intended usage + +Start `ClipboardReaderService` on terminals where LAN team needs to verify guest identity, EZGG LAN manager then reads user ID from clipboard. + +Run `card_writer` when preparing tickets. \ No newline at end of file