aboutsummaryrefslogtreecommitdiffstats
path: root/utils.py
AgeCommit message (Expand)AuthorFilesLines
2010-10-18Abstract out command classHenryk Plötz1-0/+5
2010-10-18Rename parse_fancy_apdu to parse_fancyHenryk Plötz1-1/+1
2010-10-15Add generic response chaining capabilityHenryk Plötz1-0/+7
2010-10-15Refactor generic code out of APDU class into a generic Transmission_Frame classHenryk Plötz1-19/+40
2010-06-01Add Raw_APDU class for unparsed and nonjudgmental data transmissionHenryk Plötz1-0/+14
2010-03-03Change behavior of defaults, possible API CHANGE, hope it's not too intrusiveHenryk Plötz1-2/+5
2010-03-03Implement InListPassiveTargets response parsing for ISO 14443 BHenryk Plötz1-0/+15
2010-03-03Move InListPassiveTarget response parsing to PN532_Response_InListPassiveTarg...Henryk Plötz1-19/+66
2010-03-03Add class infrastructure for PN532 commandsHenryk Plötz1-1/+73
2010-03-03API CHANGE: Move CommandLineArgumentHelper to readers module to allow proper ...Henryk Plötz1-37/+1
2010-02-26Move all PC/SC specific stuff to a separate class structure for readers (thus...Henryk Plötz1-64/+4
2007-06-16Switch smartcard interface to pyscard from http://pyscard.sourceforge.net/hploetz1-48/+47
2007-06-15Consolidating connect to a single placehploetz1-4/+10
2007-06-08Consolidate and simplify common command line processing codehploetz1-1/+82
2007-05-08Get working under Windows with http://cheeseshop.python.org/pypi/PyCSC/0.3 (w...hploetz1-1/+11
2007-02-12Move parse_fancy_apdu from Cyberflex_Shell to utils.C_APDUhploetz1-1/+126
2006-11-24make it possible to print an arbitrary offsethploetz1-2/+2
2006-06-14variable length hexdumpshploetz1-4/+5
2006-05-21generalize file operations, specialise for starcoshploetz1-1/+2
2006-05-19fancy tlv fixeshploetz1-2/+2
2006-05-19nicer TLV parsing, (more ugly code)hploetz1-0/+36
2006-05-18TLV utilitieshploetz1-15/+0
2006-05-18more bugfixes. open_secure_channel does now workhploetz1-1/+1
2006-05-18Transitioning to new APDU codehploetz1-0/+13
2006-05-18New APDUs basically feature completehploetz1-194/+27
2006-05-18further advances in APDU handlinghploetz1-13/+91
2006-05-18initial problem fixedhploetz1-32/+32
2006-05-18experimental next generation code, still brokenhploetz1-3/+138
2006-05-18some more T=0 vs. T=1 fixeshploetz1-28/+37
2006-05-17better handling of non-T=0 APDUs. may still be buggyhploetz1-26/+32
2006-05-04Implemented option to select readerhenryk1-2/+3
2005-10-06APDU class, basically workinghenryk1-68/+132
2005-10-03docstringshenryk1-1/+2
2005-09-30Use the APDU object throughout (working, but not complete)henryk1-2/+4
2005-09-30fixexhenryk1-3/+9
2005-09-30lc calculationhenryk1-3/+4
2005-09-30APDU classhenryk1-2/+109
2005-09-28Fix line breakshenryk1-1/+1
2005-09-28Less characters to print (especially tabs and line breaks)henryk1-1/+2
2005-09-28rename offset -> indenthenryk1-4/+4
2005-09-28utils.py will contain general utility functions. hexdump and parse_status for...henryk1-0/+137
2005-09-27*** empty log message ***henryk1-0/+0