hackgt-nfc 0.3.6

A portable Rust library for working with HackGT's NFC badges
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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