From f9f51c38b5af3e57c30591a6460c9af16ccbd739 Mon Sep 17 00:00:00 2001 From: Ethic41 Date: Mon, 22 Feb 2021 01:54:30 +0000 Subject: [PATCH] updated readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d48c7c7..fedb1ab 100644 --- a/README.md +++ b/README.md @@ -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)