Ei kuvausta

Pi3rrot 8f15118a23 fix 0credits bug, add full access tag support 8 vuotta sitten
dump 8f15118a23 fix 0credits bug, add full access tag support 8 vuotta sitten
LICENSE c59e8323ad Init commit 9 vuotta sitten
Makefile 8f15118a23 fix 0credits bug, add full access tag support 8 vuotta sitten
README.md 48eb942bc7 Readme 9 vuotta sitten
color.h 772ad8e782 bug fix, colorise out, reorganize dumps 8 vuotta sitten
couper.c a0985c3d7f correction des warnings 9 vuotta sitten
poolset.c 8f15118a23 fix 0credits bug, add full access tag support 8 vuotta sitten

README.md

RFID Poolset

PoC to load and reload credits from Mifare Classic (S50)

First, you need libnfc and libfreefare. Second, you have to compile ;)

    $ make all
    $ ./poolset 
    =========================
    RFID Poolset Read/Write !
    =========================
    How it works? So easy !
      --read        Read credits and date
      --write       Write <credit> <buy_date> <expire_date>
                        Ex: ./poolset --write 10 25/12/16 25/06/16

That's all.