I'm building a payroll system and would like to use fingerprint scanner to control time attendance.
I was wondering how it would interface with java web app. Is there a way to get the log in real-time (when the user swipe the finger and matched) through network connection?
I know there are software that comes with scanners that can do the time attendance but I want to keep the log in our database and manage the data. All I need the device to do is match the finger print and send the log (id,date,timeā¦)
Has anyone done this before?