summaryrefslogtreecommitdiff
path: root/openpicc/application/iso14443a_pretender.c
Commit message (Expand)AuthorAgeFilesLines
* Switch SSC DMA Tx buffer allocation to dynamic, frees about 16k of RAM (the f...henryk2008-05-221-20/+46
* Check received length of the frame that is supposed to contain the PCD challengehenryk2008-04-281-5/+25
* Print error code in case of errorhenryk2008-03-181-1/+3
* set_nonce functionhenryk2008-03-181-24/+35
* Scale back the debug outputhenryk2008-03-181-6/+38
* Actually use the received data for the decision whether to send anticol frameshenryk2008-03-181-4/+8
* Add dynamic UID, nonce encoding on the flyhenryk2008-03-171-25/+90
* Faked anticollision working now. During stress test (OpenPCD reqa firmware in...henryk2008-03-141-28/+35
* Add T/C based receiver code with integrated miller decoderhenryk2008-03-141-2/+2
* Port over the differential miller decoder from the sniffonly host toolhenryk2008-03-051-4/+4
* anticol working more often nowhenryk2008-03-041-0/+1
* Pretender does now do anticol. At least in some cases.henryk2008-03-031-47/+48
* Sending seems to be reliable now.henryk2008-03-031-8/+53
* Implement transmissionhenryk2008-03-031-0/+227
personal git repositories of Harald Welte. Your mileage may vary