Open johnebarita opened 4 years ago
Yes, sure. The device support real-time events, but it didn't implemented in this library.
Can you help me make this real-time functions? I did try to create this https://github.com/johnebarita/zk-lib-tcp based on this https://github.com/adrobinoga/pyzatt library.
Hello! I can only answer about my library.
Hi,
I had read some documents https://github.com/vodvud/php_zklib/blob/master/zklib/docs/ZK_Communication_protocol_manual_CMD.pdf on the repo.
It mentions something like a real-time event, where it triggers a function and has something in return. see CMD_REG_EVENT and EF_VERIFY.
Because I want to have the attendance collected every time there is an activity on the biometric device.
Example.
When a person check-in, that data will automatically be retrieved and then be stored in the database without using cron jobs.
thanks.