Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 951 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 951 Bytes

This is .NET project which lets you use libfreefare from .NET C# or F#.

Related projects

https://github.com/episage/SharpNFC (included with some small fixes )

Requirements

  • libnfc dll - (v1.7.1 already included)
  • libfreefare dll (v0.4 included)
  • mifare_x64.dll (included)
  • libusb0.dll (included)
  • C# project SharpNFC(already included in solution)

Installation

no further installation needed

Usage

see C# examples in Wiki or more in source code

Contributions

Please contribute to this project

  • update libfreefare and other dependencies
  • make sure that the .NET unmanaged code is compatible with current libfreefare