Skip to content

xantares/readnfccc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ReadNFCcc

Fork of https://code.google.com/p/readnfccc/

Requirements

  • libNFC 1.6

Build

  • Using cmake(recommended):
cmake .
make
  • Using gcc on command-line
gcc readnfccc.c -lnfc -o readnfccc