Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethic41 committed Feb 22, 2021
1 parent 00247fd commit f9f51c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ grpc-fingerprint-engine is a Linux gRPC implementation of the DigitalPersona Fin

How to Use
===============
The project basically provides a server which is just a grpc c++ wrapper to enroll, identify and verify FMDs and sample client side code that communicate with the server in any language. So the idea is you may want to write your code in a language of your choice, say maybe python, or js using the DigitalPersona fingerprint device, but the SDK is limited to C, C++ or Java, the solution is this project, you can generate the client code which receives fingerprint data (FMD) from a user (e.g from the browser), you can then use your generated code to send the data to the server which can perform enrollment, verification or identification. To start using:
The project basically provides a server which is just a c++ grpc wrapper to enroll, identify and verify FMDs and also provides sample client side code that communicate with the server in any language. So the idea is you may want to write your code in a language of your choice, say maybe python, or js using the DigitalPersona fingerprint device, but the SDK is limited to C, C++ or Java, the solution is this project, you can generate the client code which receives fingerprint data (FMD) from a user (e.g from the browser), you can then use the generated code to send the FMD data to the server which can perform enrollment, verification or identification. To start using:

## 1 - Install DigitalPersona Linux SDK
[Download the SDK](https://github.com/Bexils/grpc-fingerprint-engine/releases)
Expand Down

0 comments on commit f9f51c3

Please sign in to comment.