RustZK
A robust, pure Rust implementation of the ZK attendance device protocol (TCP/UDP).
🌟 Key Features
- Protocol Support: Full TCP and UDP implementation.
- Biometric Data: Retrieve users, fingerprints, and face templates.
- Timezone Aware: Automatic device timezone synchronization and ISO-8601 timestamps (e.g.,
2023-10-27T10:00:00+07:00). - Robustness: Handles fragmented packets, connection retries, and protocol quirks.
- Cross-Platform: Runs on Linux, macOS, and Windows with zero C dependencies.
📦 Installation
Add rustzk to your Cargo.toml:
[]
= "0.3.1"
🚀 Quick Start
use ;
📚 Documentation
Detailed documentation is available in the documents/ directory:
Core Concepts
- Overview - Goals and architecture.
- Domain Model - Users, attendance, and fingerprints.
- Source Code - Project structure.
Business & Features
Security & Audit
🤝 Contributing
Contributions are welcome! Please check Standards for coding guidelines.
📜 License
MIT License. See LICENSE for details.
🙏 Acknowledgements
This project is inspired by the pyzk library.