Skip to content

AlSayedGamal/python_zklib

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python ZKLib

ZK fingerprint Attendance Machine Library for python with a connection to the network using the UDP protocol and port 4370

Getting started

Login as admin to attendance machine and set the ip address for example (to 192.168.0.201) and connect the machine with ethernet to your network

Connect to the machine

import sys
from zklib import zklib

import time
from zklib import zkconst




zk = zklib.ZKLib("192.168.0.201", 4370)
ret = zk.connect()
print "connection:", ret

If result was

connection True

Then you are connected.

More examples on how to use the Library available in the zktest.py file

About

Attendance Machine Libraries for python with a connection to the network using the UDP protocol and port 4370

Resources

License

GPL-2.0, GPL-2.0 licenses found

Licenses found

GPL-2.0
LICENSE
GPL-2.0
LICENSE.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%