writeURItoNFCtag


 

Language: Python

Publication date: 2012-07-01

Description: Simple script to write any URI to an NFC tag. Using the 0x00 URI type we can write any type of URI in the tag, without thinking about it. Based on the helloworld.py (nfcpy) script. You can take a look at the different URIs defined by the specification here and other special URIs related to installed mobile applications.

Requirements: nfcpy

Download it!

 


Usage


 

Usage: writeURItoNFCtag.py uri

 

$ Usage: ./writeURItoNFCtag.py "http://www.mywebsite.es"

Please, touch a tag to send your URI to the world...
Thanks, you can remove the tag...

$ Usage: ./writeURItoNFCtag.py "mailto:myContact@gmail.com"

Please, touch a tag to send your URI to the world...
Thanks, you can remove the tag...