Acquisition Module that incorporates ZKT library to emit fingerprint scan to all connected clients

enzo c52e262f08 update readme пре 10 месеци
Models e311c81ea3 activation пре 11 месеци
libs e311c81ea3 activation пре 11 месеци
publish e311c81ea3 activation пре 11 месеци
.gitignore e311c81ea3 activation пре 11 месеци
BitmapFormat.cs e311c81ea3 activation пре 11 месеци
FingerprintCaptureManager.cs e311c81ea3 activation пре 11 месеци
FingerprintScanner.csproj e311c81ea3 activation пре 11 месеци
FingerprintScanner.sln 08ffa7b190 first commit пре 1 година
Program.cs e311c81ea3 activation пре 11 месеци
README.md c52e262f08 update readme пре 10 месеци
WebSocketServerManager.cs e311c81ea3 activation пре 11 месеци

README.md

Fingerprint Scanner

Description

A C# program to read fingerprint data from a scanner.

Requirements

Instructions

git clone -b main https://git.swopt.com/enzo/FingerprintScanner.git

1. Clean the project

dotnet clean

2. Build the project

dotnet build

3. Run the project

dotnet run

4. Publish the project

dotnet publish -c Release -o ./publish