This topic is locked

Smart Card and RFID Support in Web

6/20/2010 6:28:38 AM
PHPRunner Tips and Tricks
A
aalekizoglou author

For a long time I was wondering how can I enable smart card / RFID readers to interact with my Web Page. For example in our time and attendance application we have an employee registration page where apart from the employee's data we have to register an RFID's unique identification (that means have the smart card reader read the card and pass on the code). But most difficult in an idle situation or better when the PC is not in a web browser, have a card punched in the reader and that code be passed to a web page, e.g. http://www.mysite.com/punchcard.php?UID=xxxxxxx .
For that reason we've developed a desktop utility running in the tray. Let's call it PCSCController (Proximity Card / Smart Card). The utility can work with any reader (supported Windows drivers), and can be configured to pass the UID (card's unique identification) to the keyboard buffer with pre/post keys, execute a command line, batch file, and URL request. It can also log the UID's to a file along with a timestamp, and eliminate duplicates in a given period.
The utility is ready and I can send it to anyone interested in getting such functionality. I could also use some feadback / help in getting the right functions inside the utility.
Regards,

T
tedwilder 9/11/2010

I do am very interested in this utility. you can send me some files : tedwilder@hotmail.fr

thank you

M
merlingolden 9/11/2010

I can test it merlingolden@ymail.com

J
Johnvdg 9/12/2010

I'm very interested in it, you can send it to wbmag@hotmail.com
Thanks.

H
harleybox 9/16/2010

I am looking for it, please send me also please hharley at gmail.com, thanks!

T
tedwilder 10/26/2010

any of you got a response? I didn't <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=53921&image=1&table=forumreplies' class='bbc_emoticon' alt=':(' />

A
aalekizoglou author 10/26/2010



any of you got a response? I didn't <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=53923&image=1&table=forumreplies' class='bbc_emoticon' alt=':(' />


Sorry for the delay,
i didn't receive the email from the post. I will send the link to the utility and instructions tomorrow.

A
aalekizoglou author 11/1/2010

Once again sorry for the delay,
here it is. The program PCSCController is an executable running on Windows XP/Vista/7 on the system tray.

You can connect every PCSC compatible RFID reader (eg. Omnikey, HID, etc). In the Execute tab you can setup command the programm will send upon reading the RFID tag. There is a syntax help text in that tab.

You may also save a log file with the received RFID's.
You can download the program using this link PCSCController (http://www.qualisys.gr/Start-download/ipostiriksi/PCSC-Controller.html)

The program is free to use.

M
muhdsumar 4/30/2013



For a long time I was wondering how can I enable smart card / RFID readers to interact with my Web Page. For example in our time and attendance application we have an employee registration page where apart from the employee's data we have to register an RFID's unique identification (that means have the smart card reader read the card and pass on the code). But most difficult in an idle situation or better when the PC is not in a web browser, have a card punched in the reader and that code be passed to a web page, e.g. http://www.mysite.com/punchcard.php?UID=xxxxxxx .
For that reason we've developed a desktop utility running in the tray. Let's call it PCSCController (Proximity Card / Smart Card). The utility can work with any reader (supported Windows drivers), and can be configured to pass the UID (card's unique identification) to the keyboard buffer with pre/post keys, execute a command line, batch file, and URL request. It can also log the UID's to a file along with a timestamp, and eliminate duplicates in a given period.
The utility is ready and I can send it to anyone interested in getting such functionality. I could also use some feadback / help in getting the right functions inside the utility.
Regards,


Hello Athanasios,
Its interesting and I'm also working on integrating a PHPRunner application with biometric system. I wish to see your solution please. My email is muhdsumar@gmail.com
Regards,