Reputation: 23
Read a mifare 1k card through my web application which is connected to local system which is browsing my web application. The reader I am using is ACR122U NFC Tag reader. I got sample code for window application to access the reader and read the UID of NFC tag. but I want to read the value in my Web site. Work flow is:
I searched for C# code but C# code can't access local resources. I got two suggestions:
So anybody can give me the code of java applet which can I use or can suggest another way to do what I want to do.
Upvotes: 0
Views: 5319
Reputation: 8287
NFC Tools for Java has what you are looking for - a live applet with source code.
Upvotes: 1