https://github.com/nfcim/nfsee-legacy
Legacy Android version of NFSee (discontinued), an Android application that can read various type of NFC tags / cards and execute user-specified scripts on NFC tags.
https://github.com/nfcim/nfsee-legacy
kotlin nfc nfc-reader nfc-tag
Last synced: 9 months ago
JSON representation
Legacy Android version of NFSee (discontinued), an Android application that can read various type of NFC tags / cards and execute user-specified scripts on NFC tags.
- Host: GitHub
- URL: https://github.com/nfcim/nfsee-legacy
- Owner: nfcim
- License: mit
- Created: 2020-01-20T08:53:50.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-01-15T07:16:05.000Z (over 1 year ago)
- Last Synced: 2025-04-07T12:21:14.261Z (about 1 year ago)
- Topics: kotlin, nfc, nfc-reader, nfc-tag
- Language: Kotlin
- Homepage: https://nfsee.nfc.im/
- Size: 1.08 MB
- Stars: 6
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NFSee
**Note: Development of this repo is discontinued. It will be replaced with a new [flutter version](https://github.com/nfcim/nfsee) that can run on both Android and iOS.**
NFSee is an Android application that can:
* read various type of NFC tags / cards,
* execute user-specified scripts on NFC tags.
You can download it in [Google Play](https://play.google.com/store/apps/details?id=im.nfc.nfsee).
## Build
You can use `gradle` or Android Studio to build the application.
## Supported cards
Refer to [L4.kt](https://github.com/nfcim/nfsee-legacy/blob/master/app/src/main/java/im/nfc/nfsee/models/L4.kt) for all supported card.
## Script engine
NFSee has a builtin Lua script engine that can transceive APDU with cards compliant with ISO 7816.