Mac Address For Suprema Bio Reader

Posted By admin On 06.06.20
Active1 year, 6 months ago

I am working on an attendance system in PHP, attendance will be recorded with fingerprint device (SUPEREMA). how I will integrate auto attendance through scanning device, any help will be highly appreciated.

benni_mac_b

Suprema Fingerprint Reader

[BioStar 2] Wiegand reader output when using AoC(Access on Card), sample configuration using Suprema devices as wiegand input & output. • Suprema makes no representations or warranties concerning infringement of patents, copyrights or other intellectual property rights as well as merchantability and fitness of the product for a particular purpose in regard to the sale or use of the Suprema product. The Suprema name and Suprema logo are trademarks. BioStar Config is a simple utility for diagnosing and troubleshooting. The device has an invalid IP address. Finger print Biometric Reader Attendance Recording Terminal 6400 Template/3200 Users with SUPREMA Sensor, USB Pen Drive interface. Payroll Software includes, - Attendance Calculation.

8,0075 gold badges33 silver badges54 bronze badges
KhanKhan
1,6573 gold badges13 silver badges18 bronze badges

closed as too broad by Glorfindel, GrumpyCrouton, Stephen Kennedy, EdChum, MachavityFeb 12 '18 at 16:34

Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.

2 Answers

It looks like the SUPEREMA system does have a SDK

However it doesn't integrate with PHP. The only way I can see of doing it would be to write a Visual Studio app that captured and updated to the database, or one with an embedded html browser that it could then send the captured data to.

KhainestarKhainestar

Suprema includes now a Web Agent API with its SDK.

The Web Agent they provide is a Windows-based application that acts like a mini-web-server on the client side on a specific port. e.g., https://localhost:5151.

When a client visits your web application and they have the Web Agent up and running, you can do a cross-origin AJAX request with the help of Javascript to https://localhost:5151/scan that would return a base64 encoded image of the fingerprint. Kindle.

Suprema Bio Readers

Mac

Basically what they have done is to bridge the web browser to the internals of the client's computer.

Shafiq al-ShaarShafiq al-Shaar

Suprema Bio

Not the answer you're looking for? Browse other questions tagged phpfingerprinttime-and-attendance or ask your own question.