https://github.com/moralcode/idtap
A framework for using the serial number of nearly any NFC card in projects
https://github.com/moralcode/idtap
Last synced: 10 months ago
JSON representation
A framework for using the serial number of nearly any NFC card in projects
- Host: GitHub
- URL: https://github.com/moralcode/idtap
- Owner: MoralCode
- License: lgpl-2.1
- Created: 2024-03-05T23:24:34.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-14T17:38:56.000Z (almost 2 years ago)
- Last Synced: 2025-02-13T08:19:48.325Z (12 months ago)
- Language: Rust
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# idtap
A framework for using the serial number of nearly any NFC card in projects
## Testing
```
cargo build
socat -d -d pty,raw,echo=0 pty,raw,echo=0
cargo run --bin serialreader
cargo run --bin serialemitter
```