dongquan6030 2019-03-06 12:31
浏览 96

zkteco RFID Id读者通过PHP zklibrary

I am currently working on a project with Park Automation using attendance devices connected on LAN and I own the model K40 of ZKTeco company. Unfortunately, the device isn't implemented with a web server, so the only way to interact is using the TCP Port 4370.

The project is custom, written in PHP and I have used the carlosang2's library from GitHub (https://github.com/carlosang2/ZKLibrary) to interact with the devices. So far so good, everything works great, except the SetUser functionality. I can set a new user with id, name, password, role from my app to the device but I can't set the RFID of the card

  • 写回答

0条回答 默认 最新

    报告相同问题?

    悬赏问题

    • ¥15 用matlab 设计一个不动点迭代法求解非线性方程组的代码
    • ¥15 牛顿斯科特系数表表示
    • ¥15 arduino 步进电机
    • ¥20 程序进入HardFault_Handler
    • ¥15 oracle集群安装出bug
    • ¥15 关于#python#的问题:自动化测试
    • ¥20 问题请教!vue项目关于Nginx配置nonce安全策略的问题
    • ¥15 教务系统账号被盗号如何追溯设备
    • ¥20 delta降尺度方法,未来数据怎么降尺度
    • ¥15 c# 使用NPOI快速将datatable数据导入excel中指定sheet,要求快速高效