zk-jubaer icon indicating copy to clipboard operation
zk-jubaer copied to clipboard

zk-jubaer is a Node.js library that provides a simple and intuitive API for interacting with ZK BioMetric Fingerprint Attendance Devices. It enables developers to retrieve device information, add new...

Results 4 zk-jubaer issues
Sort by recently updated
recently updated
newest added

Hello Jubaier, nice library Can you please share where do you get the protocol details for the device like the packets sent and received?

Hi Jubaer, getUsers, and getAttendances works fine but the getRealTimeLogs function is not working, it doesn't console anything when I check-in. Following is my demo code: ``` const express =...

its not working and shows the error below.. ok tcp Promise Rejected c:\node-zklib\node_modules\zk-jubaer\src\jtcp.js:246 const header = decodeTCPHeader(reply.subarray(0, 16)) ^ TypeError: Cannot read properties of undefined (reading 'subarray') at c:\node-zklib\node_modules\zk-jubaer\src\jtcp.js:246:44 Node.js...