Нема описа

Pi3rrot 48eb942bc7 Readme пре 10 година
LICENSE c59e8323ad Init commit пре 10 година
Makefile e96275b95e first commit пре 10 година
README.md 48eb942bc7 Readme пре 10 година
couper.c a0985c3d7f correction des warnings пре 10 година
dump_moisi.mfd e96275b95e first commit пре 10 година
orig_10.mfd e96275b95e first commit пре 10 година
poolset e96275b95e first commit пре 10 година
poolset.c a0985c3d7f correction des warnings пре 10 година
test_file e753f78ff4 test git https пре 10 година

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.