fananimi / pyzk

Unofficial library of zkteco fingerprint attendance machine
GNU General Public License v2.0
493 stars 320 forks source link

Sync 2 or more devices (Users, Fingerprints, Codes or Faces) #140

Closed albertcd closed 2 years ago

albertcd commented 2 years ago

Hi. It's is possible this scenario?

  1. Get all users and (fingerprints, faces, codes, ...) of a "Master" device.
  2. Send all users and fingerprints, faces, codes to "Slaves" devices "keeping" the attendance registers.

Thanks u

ahernandez-lf commented 2 years ago

with the official software ZKacess it is possible to share all user data (id, fingerprint and faces) you can't share the attendance records BTW.

with pyzk you can't share face data (only ids and fingerprints)

albertcd commented 2 years ago

Thanks u for your quick response. I'm trying test ZKAccess to sync all devices! Thanks u again