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

enzo e311c81ea3 activation 4 hafta önce
Models e311c81ea3 activation 4 hafta önce
libs e311c81ea3 activation 4 hafta önce
publish e311c81ea3 activation 4 hafta önce
.gitignore e311c81ea3 activation 4 hafta önce
BitmapFormat.cs e311c81ea3 activation 4 hafta önce
FingerprintCaptureManager.cs e311c81ea3 activation 4 hafta önce
FingerprintScanner.csproj e311c81ea3 activation 4 hafta önce
FingerprintScanner.sln 08ffa7b190 first commit 5 ay önce
Program.cs e311c81ea3 activation 4 hafta önce
README.md e311c81ea3 activation 4 hafta önce
WebSocketServerManager.cs e311c81ea3 activation 4 hafta önce

README.md

Fingerprint Scanner

Description

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

Requirements

Instructions

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