Iceman

Results 44 issues of Iceman

C:\Projects\RFIDler\python>setup.py install running install running build running build_py creating build creating build\lib creating build\lib\RFIDler copying RFIDler__init__.py -> build\lib\RFIDler running build_scripts creating build\scripts-3.4 copying rfidler.py -> build\scripts-3.4 running install_lib creating C:\Python34\Lib\site-packages\RFIDler...

# Checklist - [x] `make style` - [x] `make miscchecks` - [ ] `make clean; make client CC=clang CXX=clang++ LD=clang++` on recent Debian or Ubuntu - [ ] `mymanualchecks.sh` -...

Release

The print statements and exception handling style is adapted for Python3.

Running the **hw detectreader** command, it gives the output below. However even if the reader used is placed near antenna all time, the field change mV measures goes down to...

bug

I know, this is a detectfield already. It is not what I am thinking of. If you examine the device source code you find some bits and pieces in the...

enhancement

the pm3 client lacks support for full-duplex and half-duplex communications,

enhancement

As is we support ASK, FSK, PSK in the LF part. What about these? - pulse position modulation (PPM) - pulse duration modulation (PDM) - phase jitter modulation (PJM)

enhancement

Reading this blog post by Christopher Wade (@iskuri) I think that the mentioned fuzzing of a HF reader anticollision should be quite simple to implement. No need to add it...

enhancement

What about having a unified output for the demodulation data? Its quite different between them right now. Why? besides same nice output, it also will help those who parses the...

enhancement

Legic advant implementation for PM3. - datasheets needed. - actual cards / dumps? Given that Grain128a is used in some version "ATC256-MV410", ISO 15693 is used. http://www.legic.com/en/1093628/atc256-atc1024.html It would be...

enhancement
help wanted