node-zklib
node-zklib copied to clipboard
This is a lightweight of node.js module to connect to biometrix attendance device for examples ZKTeco
After a device restarts, it loses its connection and fails to automatically reconnect.
ok tcp Waiting for the debugger to disconnect... F:\zkteco\zklib\node_modules\node-zklib\zklibtcp.js:234 const header = decodeTCPHeader(reply.subarray(0, 16)) ^ TypeError: Cannot read properties of null (reading 'subarray') at F:\zkteco\zklib\node_modules\node-zklib\zklibtcp.js:234:44 Node.js v21.1.0
Good day! I'm attempting to connect multiple devices and use socket.io to emit data to client side. At first load of the server everything works fine, It say's "ok tcp"...
I want to upload user fnger template and download templates to transfer another device ? Thanks
I have a ZKTeco F18 that I want to work with, Their SDK and programs work fine with it but I can't connect with this library, is there any solution...
Sometimes it gets all data, and sometimes it doesn't with an error like this: "TIME OUT !! 14 PACKETS REMAIN". This is random and the amount of packets remaining is...
if anyone has a solution can please share with me I want get attendence recode only btween two dates
Here my code ``` const ZKLib = require('./zklib') let machine_ip = '192.168.192.168'; const test = async () => { let zkInstance = new ZKLib(machine_ip, 4370, 10000, 4000); try { await...
New devices return the input / output status field.