0

I'm using Zkteco k14 and the app that comes with it. The app comes with a feature that auto downloads Zkteco device logs to the DB. The bad thing is, it's only has 1 min. interval and it's kinda buggy.

My question is. Is there a way or a script to make downloading logs from device to my DB without manually downloading it using the app? Thanks!

phengcorn
  • 3
  • 1
  • 2
  • https://youtu.be/7CXILnRWjLE This is a biometric cloud application, this supports, K14 with ADMS, Check if this helps you. – Ravanan Oct 01 '20 at 19:40

1 Answers1

1

There is a way using the SDK provided by Zkteco, I been using it with my application. Check this link:

https://www.codeproject.com/Articles/1104538/Csharp-ZKTeco-Biometric-Device-Getting-Started

Good luck!

rjs123431
  • 688
  • 4
  • 14
  • is there an example to auto download logs to the database ? – Salem Ahmed Nov 24 '21 at 16:21
  • you may download logs to your database using the SDK. If you want it auto, you can run your app as a scheduled job. Or you may use one of the device events. – rjs123431 Dec 01 '21 at 00:14