Aucune description

Pi3rrot 000742c404 delete unused files il y a 8 ans
dump 772ad8e782 bug fix, colorise out, reorganize dumps il y a 8 ans
LICENSE c59e8323ad Init commit il y a 9 ans
Makefile 772ad8e782 bug fix, colorise out, reorganize dumps il y a 8 ans
README.md 48eb942bc7 Readme il y a 9 ans
color.h 772ad8e782 bug fix, colorise out, reorganize dumps il y a 8 ans
couper.c a0985c3d7f correction des warnings il y a 9 ans
out_jesaiplus.mfd ee2ec03316 Support for mini il y a 8 ans
poolset.c 772ad8e782 bug fix, colorise out, reorganize dumps il y a 8 ans

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.