OpenJavaCard / openjavacard-ndef

NDEF tag implementation for JavaCard
GNU General Public License v3.0
70 stars 25 forks source link

Create a smaller read-only version of the applet #1

Closed promovicz closed 6 years ago

promovicz commented 9 years ago

This should be done once the design of the main applet has been finalized.

I do not think that this can be done using normal modularization techniques (classes) in JavaCard without increasing the binary size, but that would be one option.

Another option would be building the applet as a tiny subset using copy-n-paste. Thats probably what I'll end up doing.

promovicz commented 6 years ago

Done!