An open API service indexing awesome lists of open source software.

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.

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.