Questions tagged [zkteco]

ZKTeco focus on Biometrics of fingerprint, face recognition, finger vein and iris recognition, provides products of time attendance and access control. Use this tag for questions about its SDK.

117 questions
0
votes
0 answers

ZKTeco device connection with linux server

I have a ZKTeco MB10-VL device it is working fine locally with laravel. Now I want to use the device with local ethernet connection and connect it with my laravel app on remote linux server. Let me know if anyone know any solution
0
votes
0 answers

Use ZKTeco Sdk Wrapper

Im new using C# and this is my firts project trying to configure an sdk. I'm triying to use this sdk: https://github.com/MuaazH/ZKTeco_PULLSDK_Wrapper, but I don't know how I can use it on my own project. For example, I dont know how I can print all…
Pipe
  • 11
  • 2
0
votes
0 answers

ZKTeco SDK EnableCustomizeAttState

I would like to set the Check-In state and the Check-Out state in an SCR100 access control device, to analyze the logs more easily. First I need to enable customized state values. But when I use this function, I get -2001 error, which says: Return…
arnoldino
  • 1,969
  • 2
  • 13
  • 15
0
votes
0 answers

ZKTECO C3-200 php SDK Warning: socket_recvfrom(): unable to recvfrom [10060]

I have ZKteco C3-200 device that uses RFID. I am using PHP SDK ZKLibrary to query logs in real time. This library works fine for ZKTeco F18. My issue is, I am getting the error Warning: socket_recvfrom(): unable to recvfrom [10060]: An error…
cfugus
  • 3
  • 4
0
votes
0 answers

ZKTeco device time changes

i'm connecting Zkteco device with my API , but in some request my api changes device time, i want to control the time. this is handshake request [HttpGet] [Route("iclock/cdata")] this request returns: var info = string.Format(@"GET…
0
votes
1 answer

ZKTECO Copy Finger Print from machine to another C#

I tried to use the below function but with no luck, status return success but the finger print template not copied !! The below code is to upload fingerprint template to the zkteco machine string sdwEnrollNumber = string.Empty, sName =…
0
votes
0 answers

Zklibrary doesn't connect with ZKTEco Biometric Attendance connection Password

I've created a PHP script to get the data from the attendance machines. the main library I found in StackOverflow and GitHub is zklibrary for ZKTeco Biometric attendance machines. The Scripts are working very well without the communication key. I…
0
votes
1 answer

How to automate getting ZKTeco Access Control Logs

How can I automate getting the logs of ZKTeco access control devices (InBio160/260)? The documentation regarding the SDK is not understandable at all. From the GUI perspective, you select the devices, press Get logs, and select delete all logs after…
0
votes
0 answers

How to use fingerprint sdk in rails application?

I am making employee management system and I want to integrate zkteco with my application. I don't know how to make its sdk works and is there any API or webhook that can provide us with the data for the day/week or month. zkteco is the software…
0
votes
1 answer

How to retrieve single User info from ZKTeco device

How can I retrieve single user data from ZKTeco device? I was able to retrieve all the data into a Listbox, but now I want to load the data from a single user to Textboxes using a Textbox with the user ID. I tried: Private Sub…
Abd Domingos
  • 55
  • 1
  • 13
0
votes
1 answer

ZKteco SDK for VB.net fail after some time

Hope not cause inconvenience. I 'm developing a very simple app as part of my educational project, using the ZKteco SDK 6.3.1.37 in VB.net, and the SCR100 device in Windows 10... Using "connect_net" I have no trouble, the connection to device is…
0
votes
1 answer

How to get data from ZKTeco c3-100 in PHP

The code I tried: $address = '192.168.0.201'; $port = 4073; $timeout = 30; if (($socket = @socket_create(AF_INET, SOCK_STREAM, SOL_TCP)) === false) { exit("socket_create() failed: reason: " . socket_strerror(socket_last_error())); } $result =…
John D
  • 11
  • 5
0
votes
0 answers

how to connect to zk9500 with ZKLibrary

I have zk9500 device for fingerprint reader and I looking for tutorial for connecting / operate with PHP. In SDK and Documentation is not very clear for me, I have though about connecting with Web Assembly but I know nothing about that, and after…
Sae
  • 502
  • 1
  • 4
  • 20
0
votes
1 answer

How to connect ZKTeco attendance to google sheet or online php server

I don't have any idea of it how can i get attendance data directly to google sheet from ZKTeco attendance device. I searched many way to connect to php server but there is no clear information, how can I get access to the device attendance log.…
0
votes
0 answers

connection between hose web application and time attendance device

i developed a desktop time attendance and payroll application on windows few years ago. this application is connected to time attendance device and sends and receives some data to device when needed for example get time that personnel s enter to…