Keine Beschreibung

Pi3rrot 1290ad81a9 Readme vor 10 Jahren
LICENSE c59e8323ad Init commit vor 10 Jahren
Makefile e96275b95e first commit vor 10 Jahren
README.md 1290ad81a9 Readme vor 10 Jahren
couper.c a0985c3d7f correction des warnings vor 10 Jahren
dump_moisi.mfd e96275b95e first commit vor 10 Jahren
orig_10.mfd e96275b95e first commit vor 10 Jahren
poolset e96275b95e first commit vor 10 Jahren
poolset.c a0985c3d7f correction des warnings vor 10 Jahren
test_file e753f78ff4 test git https vor 10 Jahren

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.