vodvud / php_zklib

GNU General Public License v2.0
23 stars 19 forks source link

Will this work only in localhost or in internet as well? #24

Open twf-nikhila opened 4 years ago

twf-nikhila commented 4 years ago

Hello,

I want to ask will this library work only on the localhost or on the public internet as well? Mostly php applications are hosted in different servers so will it connect to a biometric attendance connected in local computer?

As per my understanding, a website cannot communicate with a device connected via usb.

Please clarify.

vodvud commented 4 years ago

Hi!

Please don't confuse: this library does not work via USB, but works via the UDP network protocol.

Yes, sure. You may connect to device from anywhere if network connection configured correctly. For example for connect from any internet IP to local IP under NAT you may confiture port forwarding to local IP address. Or try to use global IPv6.