Cross-platform CLI for reading NFC tags
nfc-cli [global options] command [command options] [arguments...]
adapters
- Get adapters listdump
- Dump tag memoryformat
- Lock tag memorylock
- Lock tag memoryread
- Read tag data with NDEF messagermpwd
- Remove password for tag write acccessrun
- Load jobs from file and send them to serversetpwd
- Remove password for tag write acccesstransmit
- Transmit bytes to adapter or tagversion
- Application versionwrite
- Write NDEF message to the taghelp
,h
- Shows a list of commands or help for one command
--host
- Target host and port--adapter
- Adapter
make build-windows
– Build .exe for Windows platformmake build-mac
– Build executable file for Mac platformmake build-linux
– Build executable file for Linux platformmake test
– Execute testsmake deps
– Download and store dependenciesmake lint
– Execute code linting