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
162 stars 134 forks source link

Not connecting inBIO 260 #65

Open dasturchiuz opened 4 years ago

dasturchiuz commented 4 years ago

Hello everyone! My ZK device working ZKAccess

Hello, I have a problem when i run zktest.php, i get this error (timed out 504 Gateway Time-out) the device is connected on network and the ping work perfectly ZKaccess 3.5 it work perfectly

`include("zklib/zklib.php");

$zk = new ZKLib("192.168.10.10", 4370);`

this is my console: root@debian:/home/loock# ping 192.168.10.10 PING 192.168.10.10 (192.168.10.10) 56(84) bytes of data. 64 bytes from 192.168.10.10: icmp_seq=1 ttl=64 time=0.268 ms 64 bytes from 192.168.10.10: icmp_seq=2 ttl=64 time=0.294 ms ^X64 bytes from 192.168.10.10: icmp_seq=3 ttl=64 time=0.319 ms 64 bytes from 192.168.10.10: icmp_seq=4 ttl=64 time=0.293 ms

Device Name: inBIO260 Platform: ZMM200_InBIO Firmware Version: AC Ver 5.4.2.2001 Jul 21 2017 IP Address:192.168.10.10 Subnet Mask: 255.255.255.0 TCP Port:14370 HTTP Port:80

salahturkmen commented 2 years ago

@dasturchiuz Did you find the solution?