kamshory / ZKLibrary

ZKLibrary is PHP library for reading and writing data to attendance device using UDP protocol. This library useful to comunicate between web server and attendance device directly without addition program. This library is implemented in the form of class. So that you can create an object and use it functions.
GNU General Public License v2.0
198 stars 179 forks source link

Connection problem : show an empty table #65

Open haseebhk22 opened 5 years ago

haseebhk22 commented 5 years ago

I got an empty table in the result my device is connected and the ip ping is working but this library doesn't work for me can any one help me please :

Capture Capture Capture

trysetyoutomo commented 4 years ago

same problem

FairouzGattoufi commented 4 years ago

maybe you forget to but Port, or the protocole $zk = new ZKLibrary('192.168.2.200', 4370,'TCP'); try this maybe it will work or just show us how you are connecting, like just sent the connection line