Giter Club home page Giter Club logo

Comments (12)

kamshory avatar kamshory commented on July 27, 2024

I am sorry. This function is not defined yet. I hope anyone can help me to define this function.

from zklibrary.

kazi-zubair avatar kazi-zubair commented on July 27, 2024

I can get usertemplate using UDP protocol but can't upload the fingerprint template

from zklibrary.

kamshory avatar kamshory commented on July 27, 2024

This may be due to the limitations of the device features. However, basic functions such as taking attendance data can be done. The use of desktop-based software attendance management may be an option.

from zklibrary.

RahamSher avatar RahamSher commented on July 27, 2024

@kamshory I have all the attendance data but I want the data of a specific user or a specific date.Another thing is that I have the following array,
[0] => 1
[1] => 1
[2] => 8 //I know it is state but what does it mean?
[3] => 2016-12-27 11:51:33

from zklibrary.

kamshory avatar kamshory commented on July 27, 2024

I have define getUserTemplate function. Please check the update.

from zklibrary.

MorganHuascar avatar MorganHuascar commented on July 27, 2024

$ template = $ this-> getUserTemplate (1, 1); I do not know what type of parameter I should put in $ finger, because I vote empty values and I want something like this for each user:

ocosgoulTUEdNKVRwRQ0I27BDTEkdMEONK9KQQunMVSBK6VPLEENk9MwgQ + DP3PBC1FTXEEG4ihpQQQ3vFQBO4K + WwERYilHAQ8ztktBEBbKQ0ELDtJrwQ7dqCiBCz + / + IgEGKrBjQQhEO0zBFQNDQYEKFbhrQQdLF1wBDxclfUELMNFXwQRvvmHBCslKUAEZfU1OQRzmIU5BXRW0eoEKPMltgQnQGUyBJQSfRIEUSzIdAQ45l3gBByHUTMEJ5yVhQQmi0UZBFHvYPUEGeKxTAQ6rFGNBCIYURoEOZS9VwR 1M4RoE5m0DRUTF8DHd6HdqxHAxWmj393M28DDX2FkanKi / t7LGsDCWqGarmt1BaL / 25nAwVaiipu / cgcQGKG6mcDBU6KYmr5wChQcobmJIsDBUKKJmZ1uExyi iZVYyD3JhoQJFTMDBLKJlVUIKcWShBVVTwMIkoWVkFQhyaaEVZ1rAwh6hVlUPAW + + + ZaYwMFMgU2CQCSinYdnJsDBR4Ghl3Q4owa3dnfAwUamdlZlR5p2Zi7AwUSndERlfOpWZlfAwUOiQzVkLDhDopRUVTLAwT2iQ0ZjIzVMolNFRcDBN6I0ZlQebVaiEjRVwMEyolVVUxVxXKEBRUTAwS iNGd3wMIToWdlBnWiRWZ3aMDDCqRmZjRpZmrAxASjd2Vnh2 / GAA ==

please help.

from zklibrary.

kazi-zubair avatar kazi-zubair commented on July 27, 2024

from zklibrary.

MorganHuascar avatar MorganHuascar commented on July 27, 2024

for example the pin => 123, the result of getUserTemplate is: 01235411, but I want the encrypted fingerprint:
ocosgoulTUEdNKVRwRQ0I27BDTEkdMEONK9KQQunMVSBK6VPLEENk9MwgQ + DP3PBC1FTXEEG4ihpQQQ3vFQBO4K + WwERYilHAQ8ztktBEBbKQ0ELDtJrwQ7dqCiBCz + / + IgEGKrBjQQhEO0zBFQNDQYEKFbhrQQdLF1wBDxclfUELMNFXwQRvvmHBCslKUAEZfU1OQRzmIU5BXRW0eoEKPMltgQnQGUyBJQSfRIEUSzIdAQ45l3gBByHUTMEJ5yVhQQmi0UZBFHvYPUEGeKxTAQ6rFGNBCIYURoEOZS9VwR 1M4RoE5m0DRUTF8DHd6HdqxHAxWmj393M28DDX2FkanKi / t7LGsDCWqGarmt1BaL / 25nAwVaiipu / cgcQGKG6mcDBU6KYmr5wChQcobmJIsDBUKKJmZ1uExyi iZVYyD3JhoQJFTMDBLKJlVUIKcWShBVVTwMIkoWVkFQhyaaEVZ1rAwh6hVlUPAW + + + ZaYwMFMgU2CQCSinYdnJsDBR4Ghl3Q4owa3dnfAwUamdlZlR5p2Zi7AwUSndERlfOpWZlfAwUOiQzVkLDhDopRUVTLAwT2iQ0ZjIzVMolNFRcDBN6I0ZlQebVaiEjRVwMEyolVVUxVxXKEBRUTAwS iNGd3wMIToWdlBnWiRWZ3aMDDCqRmZjRpZmrAxASjd2Vnh2 / GAA ==

so to be able to make a setUserTemplate in another biometric equipment, thanks

from zklibrary.

kazi-zubair avatar kazi-zubair commented on July 27, 2024

from zklibrary.

MorganHuascar avatar MorganHuascar commented on July 27, 2024

First I tried to use the library TAD-PHP-MASTER connected and showed me everything well, but when using the function:
$ logs = $ b1-> get_user_template (['pin' => '123']);
echo $ logs;

print me 12303381, because the finger_id = 0, size = 338 and valid = 1.

Then try to use the library ZKLIBRARY with the function:
$ template = $ zk-> getUserTemplate ($ yud, $ finger);
echo $ template;

but it only shows:
Array
(
)

Help porfa.

Everything else works, I just want that footprint of each user to pass it to other network equipment

from zklibrary.

kamshory avatar kamshory commented on July 27, 2024

User template is depend on your device. Because each brand have different format and version of ZK.

from zklibrary.

rilwansha avatar rilwansha commented on July 27, 2024

i am trying to push usertemplates to device, i cant
anyone help me to push data to device
i have been attcahed code inthis comment
storeusertemplate.txt

thankyou

from zklibrary.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.