最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

ZKTeco SDK for PhpJavascript - Stack Overflow

programmeradmin11浏览0评论

I have Attendance Management Device of Zkteco Brand

i need SDK of Php or Javascript,

i have tried some sdk like tad-php , zklib but not getting success yet

Thanks in Advance

I have Attendance Management Device of Zkteco Brand

https://www.helptechco./content/K20

i need SDK of Php or Javascript,

i have tried some sdk like tad-php , zklib but not getting success yet

Thanks in Advance

Share Improve this question edited Jun 26, 2021 at 9:24 Faisal asked Sep 4, 2018 at 10:29 FaisalFaisal 1521 gold badge2 silver badges12 bronze badges 1
  • zkteco./en/product_detail/ZKFingerSDK5.3.html ? – Dale Commented Sep 4, 2018 at 10:31
Add a ment  | 

1 Answer 1

Reset to default 4

That SDK TAD/PHP worked for me. The steps are -

  1. edit your php.ini and enable the following extension (remove ';' from the front) and restart apache

    extension=soap extension=sockets

  2. Then connect the device with your PC via TCP/IP. e.g-

    Ip Address(PC) =192.168.1.202
    Default Gateway(PC) =192.168.1.201
    Ip Address(Device) =192.168.1.203

  3. Then follow the readme file in TAD/PHP and connect according to the given instruction.e.g-

    $tad = (new TADFactory(['ip'=>'192.168.1.203', '_key'=>0]))->get_instance();

发布评论

评论列表(0)

  1. 暂无评论