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
193 stars 176 forks source link

Not getting user list after 14th user #84

Closed mlrahman closed 4 months ago

mlrahman commented 4 years ago

I am facing problem to retrieve information of users whenever the number of users is more than 14. Capture Please give me this solution as soon as possible. Thanks

AmirTallap commented 4 years ago

Change conn from TCP to UDP.

mlrahman commented 4 years ago

Tahnks it's working.. :)

sarojbaskota commented 3 years ago

I changed conn from TCP to UDP then I get null but conn in TCP not getting after 13th user. please help me.

mlrahman commented 3 years ago

It should work with UDP.

sarojbaskota commented 3 years ago

Hello @mlrahman, Thank you for your reply. Actually, I'm working on Public IP and UDP not working on that. help me !