Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

desfire command set detail [closed]

Tags:

mifare

I have experience in java cards, but new in programming host application for Desfire, How or Where can I find command set description of Desfire? (I do not need general information like what NXP has mentioned in It's "Product short data sheet"s), I need the commands Instruction code and parameter details and responses (Like APDU or something). thanks.

like image 255
Oca Amir Avatar asked Dec 20 '22 16:12

Oca Amir


1 Answers

I am having exact same trouble as you. The closest thing to documentation of the commands is a blog post that shows a couple of examples of what the desfire communication looks like.

http://ridrix.wordpress.com/2009/09/19/mifare-desfire-communication-example/`

But there is a library that can help you with putting desfire commands together:

http://code.google.com/p/nfc-tools/wiki/libfreefare

Edit: It turns out that you can't get the documentation freely. You need to sign an NDA and then buy it.

like image 66
sdkljhdf hda Avatar answered Feb 05 '23 17:02

sdkljhdf hda