desfire-tools-for-android icon indicating copy to clipboard operation
desfire-tools-for-android copied to clipboard

Open source MIFARE DESFire EV1 NFC library for Android

desfire-tools-for-android

A collection of tools for interaction with MIFARE DESFire EV1 NFC tags using Android, mostly adapted from libfreefare and nfcjlib.

Features:

As NXP now has a freely available TapLinx SDK for supporting these cards, so this project is mostly for educational and/or debugging purposes.

Licenses

For following licenses apply

  • nfcjlib - Modified BSD License (3-clause BSD)
  • libfreefare - LGPL 3.0 with classpath exception
  • everything else - Apache 2.0

Obtain

The project is based on Gradle.

Usage

See the example application.

See also

History

  • 1.0.1: Maintainance release (only available as source code).
  • 1.0.0: Initial version