From 06a521f0907273e5df7169c4f6e0bd2a16a574e8 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Mon, 1 Feb 2021 10:12:30 +0100 Subject: [PATCH] good to have tools for NDEF and NFC Forum support on other devices --- tools/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/tools/Makefile b/tools/Makefile index df6a0682f..5640a5598 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -18,3 +18,13 @@ get_xorsearch: # unzzip-big XORSearch_V1_11_2.zip # linux # gunzip XORSearch_V1_11_2.zip + +# Python impl of NDEF FORUM 1-5 protocol +get_nfcpy: + $(MKDIR) nfcpy + $(WGET) https://github.com/nfcpy/nfcpy.git + +# Python tool to create, modify and print NDEF records +get_ndeftool: + $(MKDIR) ndeftool + $(WGET) https://github.com/nfcpy/ndeftool.git