What is the data format of the binary files in tests?
#121
-
|
Im assuming that the files like I am running into trouble with that assumption, getting invalid payload errors with the library I'm using, but before I file an issue upstream with the library I want to make sure whether that assumption is correct. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
It's the whole deal specified in https://specs.openprinttag.org/#/nfc_data_format, including the CC record, NDEF TLV and sometimes even a leading NDEF URI record. That's what you get from the reference Python implementation - see https://specs.openprinttag.org/#/examples |
Beta Was this translation helpful? Give feedback.
It's the whole deal specified in https://specs.openprinttag.org/#/nfc_data_format, including the CC record, NDEF TLV and sometimes even a leading NDEF URI record.
That's what you get from the reference Python implementation - see https://specs.openprinttag.org/#/examples