good to have tools for NDEF and NFC Forum support on other devices
This commit is contained in:
@@ -18,3 +18,13 @@ get_xorsearch:
|
|||||||
# unzzip-big XORSearch_V1_11_2.zip
|
# unzzip-big XORSearch_V1_11_2.zip
|
||||||
# linux
|
# linux
|
||||||
# gunzip XORSearch_V1_11_2.zip
|
# 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
|
||||||
|
|||||||
Reference in New Issue
Block a user