Brak opisu

Pi3rrot ee2ec03316 Support for mini 9 lat temu
LICENSE c59e8323ad Init commit 10 lat temu
Makefile e96275b95e first commit 10 lat temu
README.md 48eb942bc7 Readme 10 lat temu
blank_card.mfd ee2ec03316 Support for mini 9 lat temu
couper.c a0985c3d7f correction des warnings 10 lat temu
dump_moisi.mfd e96275b95e first commit 10 lat temu
orig_10.mfd e96275b95e first commit 10 lat temu
out_jesaiplus.mfd ee2ec03316 Support for mini 9 lat temu
poolset e96275b95e first commit 10 lat temu
poolset.c ee2ec03316 Support for mini 9 lat temu
test_file e753f78ff4 test git https 10 lat temu

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.