Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Readme_database.txt | 2015-04-07 | 915 Bytes | |
rfid.sql | 2015-04-07 | 932 Bytes | |
rfid_reader_ger.py | 2014-04-16 | 5.6 kB | |
rfid_reader_eng.py | 2014-04-16 | 5.5 kB | |
Totals: 4 Items | 12.9 kB | 0 |
########################################################################################### # Copyright 2014 (BSD License) # Credits: Florian Otto(Solider) and hadara # Contact me at: otti96@t-online.de # I can help you maybe to customize your code # ########################################################################################### Database Notes!: Database Design like this: ID(text)(PRIMARY KEY);name(text);counter(int);money(float);access(int) Content like this: Id -> [2f75b800] name -> Peter Parker counter -> 0 (Or anything, just counts the successful scans) money -> e.g 20 (just sets the money) access -> 1 or 0 (1 -> access granted | 0 -> access denied) UPDATE: I uploaded an SQL-dump. It can be used to create the database! If you got troubles in creating the database feel free to contact me at the above given e-mail adress.