Skip to content
/ ndeftool Public

Command line tool for creating, modifying and printing NDEF Records.

License

Notifications You must be signed in to change notification settings

nfcpy/ndeftool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3a526e4 · Sep 5, 2023

History

31 Commits
Sep 5, 2023
Sep 5, 2023
Sep 5, 2023
Jan 20, 2017
Jan 20, 2017
Sep 5, 2023
Sep 6, 2020
Jan 20, 2017
Jan 20, 2017
Sep 5, 2023
Sep 5, 2023
Sep 5, 2023
May 27, 2019
Sep 5, 2023
Sep 5, 2023
Jan 20, 2017
Sep 5, 2023

Repository files navigation

Create, modify and print NDEF Records

Python Package Documentation Code Coverage

The ndeftool is a command line utility to create or inspect NFC Data Exchange Format (NDEF) records and messages, released under the ISC license.

$ ndeftool text "Hello World" id "r1" uri "http://nfcpy.org" save -k "message.ndef" print
Saving 2 records to message.ndef.
NDEF Text Record ID 'r1' Text 'Hello World' Language 'en' Encoding 'UTF-8'
NDEF Uri Record ID '' Resource 'http://nfcpy.org'

The ndeftool documentation can be found on Read the Docs and the code on GitHub.