cobisja / tad-php

PHP Library for ZK Time & Attendance Devices
MIT License
213 stars 159 forks source link

Public Hosting #43

Open ehmenez opened 6 years ago

ehmenez commented 6 years ago

Hi!

I woul like to know if the library works on a public hosting?

Thanks.

cobisja commented 6 years ago

Greetings!,

Actually I can not tell if TAD-PHP works in a public hosting because it was developed for providing a solution for a specific environment (a private network). However I think it should work if your device is public accessible from internet. Remember, TAD-PHP uses curl for sending command and receiving responses, and also it uses UDP protocol, where both of them needs an IP address for reaching the device.

So, you have to test the library on a public hosting.

Best regards,

Cobis

2018-02-03 13:13 GMT-04:00 ehmenez notifications@github.com:

Hi!

I woul like to know if the library works on a public hosting?

Thanks.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/cobisja/tad-php/issues/43, or mute the thread https://github.com/notifications/unsubscribe-auth/AJzLMrElVgQSV3s9h7r8pXq4P52c3sqbks5tRJOugaJpZM4R4PlK .

send2dawood commented 6 years ago

Yes it works but you need a pubic ip and some setting on your dsl router.

On Feb 3, 2018 10:13 PM, "ehmenez" notifications@github.com wrote:

Hi!

I woul like to know if the library works on a public hosting?

Thanks.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/cobisja/tad-php/issues/43, or mute the thread https://github.com/notifications/unsubscribe-auth/AA5w56_nhEra28D0_BVyeEb1MY4t8sWXks5tRJOugaJpZM4R4PlK .

sangse0911 commented 6 years ago

Sorry, when i use library in public hosting, it only works with soap_port 80, whenever change the different port and turn off port 80, it cannot connect and get data, you can help me to fix it ?, thank

mdestafadilah commented 1 month ago

Sorry, when i use library in public hosting, it only works with soap_port 80, whenever change the different port and turn off port 80, it cannot connect and get data, you can help me to fix it ?, thank

any update, resolve your problem?