...Three main scripts:
- register_runner.py to setup the NFC wristbands
- race_timing.py for race timing, will output a simple webpage when exiting
- utilities/create_results_matrix.py which creates a spreadsheet style html page for a data range of results.
Multilingual interface in v1 and code tree, small start up menu to choose language. Add a new language by adding a json file and modifying the menu.
The data directory contains race.db and sql contains sql to create the database.
This is very preliminary and YMMV. Testing with my running group over the next few weeks. See wiki for rough install instructions. Developed on Linux Mint.
read nfc card by android bluetooth spp
key words: libnfc, android, pn532
you can get the latest code by git ^_^
Details:
http://blog.csdn.net/chenxupro/article/details/8795725
http://blog.csdn.net/chenxupro/article/details/12383681
This project provides a chip card interface device driver for the PC/SC Lite server deamon (pcscd). The driver provides a standard PC/SC interface to NFC devices supported by libnfc.
Note, that this project is currently not actively developed. However, the code has been adopted by the libnfc-Team. See https://code.google.com/p/ifdnfc/source/checkout.