# 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.
```bash
pip install zklib
```
Connect to the machine
```python
import sys
import zklib
import time
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
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.
```bash
pip install zklib
```
Connect to the machine
```python
import sys
import zklib
import time
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
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
zklib-0.1.1.tar.gz
(5.5 kB
view details)
File details
Details for the file zklib-0.1.1.tar.gz.
File metadata
- Download URL: zklib-0.1.1.tar.gz
- Upload date:
- Size: 5.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
836a6472d43fcccec0dccb7eefc4c977f800c96a193d12541949461ca08ca0a2
|
|
| MD5 |
69ff20ba285d6cc0f2e0ebbb2088c1d0
|
|
| BLAKE2b-256 |
480076eef48d3625112b7c35edeec534beef4fb2d6852122ba2fbc8610faa2a9
|