ZKLibrary icon indicating copy to clipboard operation
ZKLibrary copied to clipboard

how to transfer user data and portrait from one device to another

Open mraditiwari opened this issue 5 years ago • 4 comments

Hi I do not know php, but by reading preexisting scripts I am able to use some functions like setUser(), clearAtt()...but I want to do other things as well like...

  • transfer all user data from one device to another device (fingerprint/user image)
  • transfer all user data from one device to database (fingerprint/user image)
  • transfer attendance from one device to another device
  • as well i like change function setUser()...so that it wont overwrite user roles assigned in device

can some one share script for that ..i certainly do not know coding ...but i want to integrate devices with software databases..

Thanks in advance

mraditiwari avatar Jun 03 '19 07:06 mraditiwari

Well. This library is not to enroll or synchronizing attendance data or user data. This library is made to reading attendance data automatically and put it into your application.

kamshory avatar Jun 13 '19 02:06 kamshory

first Thanks For Reply, But can you guide how to do that or any other library which provide those functions?

mraditiwari avatar Jun 17 '19 05:06 mraditiwari

Hi is there any way for retreiving a fingerprint from biometric device and upload a fingerprint to biometric device

ghost avatar Jul 02 '19 21:07 ghost

I think this is similar with my problem at https://github.com/vodvud/php_zklib/issues/14 @emielazucena I think there are way in PHP but I also looking for it. We are using the ZKTeco biometrics machine and retrieve the data using (C#, VB, and .NET) program.

Right now I also find the following reference that are related into this problem:

  • https://github.com/zaagan/BioMetrix
  • https://www.codeproject.com/Articles/1104538/Csharp-ZKTeco-Biometric-Device-Getting-Started
  • https://github.com/dnaextrim/php_zklib
  • https://www.fingertec.com/developerprogram/biobridge/pdf/SDK-BioBridge.pdf
  • https://www.fingertec.com/developerprogram/biobridge/pdf/SDK-BioBridge.pdf
  • https://github.com/ZKTeco/Standalone-SDK
  • https://github.com/adrobinoga/zk-protocol/blob/master/protocol.md
  • https://github.com/cobisja/tad-php
  • https://user.fingertec.com/technical-tips-software-biobridge.html#

aice09 avatar Aug 09 '19 09:08 aice09