Click here to Skip to main content
15,885,895 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
i am working on ASP .NET MVC, Need to develop Web application for attendance management for both student and staff from RFID and BIO metrics devices.

Please share your ideas on this i need some sample codes.

What I have tried:

I tried in many sites i didn't find anything.
Posted
Comments
dan!sh 5-Feb-16 5:09am    
You will need to work it out on your own. It is highly unlikely that you would be handed out code here.
If you have a specific problem, post the code you have and provide details of exception.
F-ES Sitecore 5-Feb-16 5:13am    
Your biggest problem is that your server code can't interact with hardware attached to the client so you can't read biometric devices etc unless the device comes with components that allow for their use in a browser.

1 solution

Hi,

to communicate and read details from RFID or BIO Metric machines; you have to enable communication mode ON on machine. then through specific port/communication type you will be able to read those attendance data.

then on WebApplication you will able to display or modify those data.


Regards,
Jatinath
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900