dnaextrim / php_zklib

Attendance Machine Library for PHP with a connection to the network using the UDP protocol and port 4370
http://dnaextrim.github.io/php_zklib/
GNU General Public License v2.0
161 stars 134 forks source link

Warning: socket_recvfrom() for zk14 model #34

Open bjrukin opened 6 years ago

bjrukin commented 6 years ago

i am getting

Warning: socket_recvfrom(): unable to recvfrom [10060]: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond

while using zk 14 model.

dnaextrim commented 6 years ago

Hi. I am sorry that I have not been able to develop this library anymore because i busy with my work, so I do not have time to develop this library yet. I try this month I will try to make a video how do I get a command to attendance machine and how do I create this library. So I hope in the future you can modify this library to work with any firmware version of ZK. The video will be uploaded on my youtube. Thank you

RK-Rohan commented 6 years ago

Please share your YouTube video link or your chanel.Thanks.

pratham2003 commented 6 years ago

Looking forward to the video too!

UaMalik commented 5 years ago

i am getting

Warning: socket_recvfrom(): unable to recvfrom [10060]: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond

while using zk 14 model.

Hi Guy the same error i was facing and i just found a solution and the solution is that this function is working in below php7 version so when you will try with version php7.1 or above you will face the same error so always try to implement below the php7.1 version.