openjavacard-ndef
openjavacard-ndef copied to clipboard
NDEF tag implementation for JavaCard
I could not get this project to build until I updated these two things, it kept saying Source option 1.3 is no longer supported. Use 6 or later. I hope...
Please help. I am writing cap files successfully. Both pre-built and the one I made. I know Tag writer app had issues with this applet, but I have no indication...
The documentation has an [example here](https://github.com/OpenJavaCard/openjavacard-ndef/blob/master/doc/install.md) of how to install the tiny app variant using param data: ``` user@host:~$ java -jar gp.jar \ -applet D2760000850101 \ -params 100BD101075402656E54657374 \ -install...
Reading works well. Writing with other apps like https://play.google.com/store/apps/details?id=com.mobiem.nfctool works OK. Has NXP changed it so that only their tags are writable?
The README had incorrect instructions for the installation of the applet, using the argument `-applet` instead of `-create`. @martinpaljak [notes][1] the difference between the two: > `--create` specifies the instance...
The new 'stub' variant requires linking to parts of this project. Since my policy is to not restrict usage with licensing I will adjust the license to LGPL once I...
The applet should work with T=0 now but I did not test this.