PikaTimer / pikatimer

PikaTimer: An OpenSource race timing application
GNU General Public License v3.0
37 stars 16 forks source link

working with RFID antenna #45

Closed Mouxtaros closed 1 year ago

Mouxtaros commented 1 year ago

Can I connect to my PC my RFID antenna and work this one program?

segfaultcoredump commented 1 year ago

No. There is no integration for arbitrary RFID Readers at this point beyond the ones made by RFID Timing.

You would need to either write an app that takes the data stream from your RFID system and drops it into a file that PikaTimer can read, or you would need to write the module that communicates with the reader and offer it as a pull request. There is no way for me to do it since I don't have access to the hardware for development.