-
Notifications
You must be signed in to change notification settings - Fork 141
modules nfc
Lucas Fernandez edited this page Nov 3, 2019
·
1 revision
This category is intended for storing NFC-related modules. With the different modules you will find here, you will be able to clone NFC tags, create your own or read the content of them. To load a module from this category load nfc/module.
| Required | Total modules |
|---|---|
| NFC reader | 6 |
The modules are listed below with their description and options to configure.
This module dumps the contents of an nfc tag in a file and then load this content in a new nfc tag.
| Option | Required | Description |
|---|---|---|
| file | True | Destination file to dump the content and then load it |
| reader | True | Reader used to write the tag |
This module dumps the contents of an nfc tag in a file.
| Option | Required | Description |
|---|---|---|
| file | True | Destination file |
| reader | True | Reader used to write the tag |
Launch this module to show all content contained on an NFC Tag.
| Option | Required | Description |
|---|---|---|
| reader | True | Reader used to write the tag |
| verbose | False | verbose mode |
The module loads the content from a file to an nfc tag.
| Option | Required | Description |
|---|---|---|
| file | True | Source file |
| reader | True | Reader used to write the tag |
Launch this module to review information on how to configure the NFC reader.
| Option | Required | Description |
|---|---|---|
| tty | True | Search for serial devices on linux |
Use this module to write data to an NFC tag in a custom way.
| Option | Required | Description |
|---|---|---|
| append | True | Overwrite the records of a tag |
| data | True | Data to write |
| ndef_type | True | Type of ndef reg [text |
| reader | True | Reader used to write the tag |