dnaextrim / python_zklib

Attendance Machine Libraries for python with a connection to the network using the UDP protocol and port 4370
GNU General Public License v2.0
78 stars 123 forks source link

i can't connect with zk p160 #21

Open cornelioroyer opened 6 years ago

cornelioroyer commented 6 years ago

i can't connect with zk p160

some advice?

thanks...

shubhamoy commented 6 years ago
  1. Use official ZKTeco API(zkemsdk) and create an app which does the required functionality.
  2. Dump the network packet data between your computer and the biometric device
  3. Filter out using (data.len > 1) and try to decipher the data transfer.
  4. Most of the times, you can easily figure out the packet data structure and forge it using this library.