AdamLaurie / RFIDIOt

python RFID / NFC library & tools
http://www.rfidiot.org/
1.05k stars 222 forks source link

commit of the following stuff #55

Open evilpete opened 3 weeks ago

evilpete commented 3 weeks ago
readmifare1k.py can now optionally generate Json output data
have test case 1/2 written to validating readmifare1k.py output
reading mfc1k with data from Test_data/Mf1k_4b_test.nfc

move some staticmethods to classmethod

Use RFIDIOtconfig.None for Run_Test.py

Fixed setup problem:
Cryptodome installed under the Crypto package name
but not when installed using linux pkg python3-pycryptodome ?!?

Psyco reference removed..
Psyco is no longer maintained and is considered obsolete.
nor ever ported to Python 3 or non Intel architectures

BitReverse uopdated +Test