The zk9500 Fingerprint Scanner Background App is a Java-based application that runs as a background service, capturing fingerprint data and communicating with local applications via WebSockets.
- Ensure you have Java 21 or later installed on your system.
- Download or clone the project.
- Open a terminal or command prompt and navigate to the project directory.
- Compile and run the main class with the following command:
Replace
java zk9500scanner.Main --wsport=51515
zk9500scanner.Main
with the actual main class path and51515
with your desired WebSocket port if needed.
- Runs as a background service
- Captures fingerprint data in real time
- Communicates via WebSockets
- Configurable WebSocket port