An open API service indexing awesome lists of open source software.

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

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
```