https://github.com/hackgt/hackgt-nfc
A portable Rust library for working with HackGT's NFC badges
https://github.com/hackgt/hackgt-nfc
Last synced: 8 months ago
JSON representation
A portable Rust library for working with HackGT's NFC badges
- Host: GitHub
- URL: https://github.com/hackgt/hackgt-nfc
- Owner: HackGT
- Created: 2019-02-25T06:50:22.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-02-28T09:05:48.000Z (about 6 years ago)
- Last Synced: 2025-03-28T21:51:09.714Z (12 months ago)
- Language: Rust
- Homepage: https://docs.rs/hackgt-nfc
- Size: 25.4 KB
- Stars: 2
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hackgt-nfc
A portable Rust library for working with HackGT's NFC badges
Includes support for:
- The [HackGT Check-In](https://github.com/HackGT/checkin2) GraphQL API
- Check users in / out and detect repeated check-in attempts
- Get information about a user, given their user ID
- Get information about current check-in tags
- Adding / removing users from a Check-In instance
- Finding and initializing ACR122U USB NFC readers
- Parsing NFC badge NDEF content into a usable user ID
Used by:
- [checkin-embedded](https://github.com/HackGT/checkin-embedded)
- [checkin-labels](https://github.com/HackGT/checkin-labels)