carlosang2 / 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
18 stars 14 forks source link

RFID Card Reader #5

Open tehceen opened 5 years ago

tehceen commented 5 years ago

Sir i want to read RFID card and also write it on other device. thanks

carlosang2 commented 5 years ago

Sorry, I only have K14 to test, they do not support RFID

tehceen commented 5 years ago

@carlosang2 sir i have seen vodvud's zklibraray which contains RFID read write functionlites and is is much similiar to this libarary but that use UDP and my zkteco k40 device support only TCP ,the library link is: https://github.com/vodvud/php_zklib . If you can take RFID read write functionalists from that library and add it to your library will be very thankful.I would have tried but i have zero knowledge of hardware programming. thanks

vodvud commented 5 years ago

i have seen vodvud's zklibraray which contains RFID read write functionlites

@Tehsseen Thank you for comment and link to my repository. But, please don't confuse people, my library did not contains RFID read and write.