Hi, jonathaniglesias!
Thanks for your comment above, but using the app will not work for my use case.
I have now over 500 tags and lets say i want to configure them the following way:
tag nr. 1:
https://myurl.com?n=1&t=dummytextNR1&enc=00000000000000000000000000000000&cmac=0000000000000000
and using 2 different keys
00000000000000000000000000000001
00000000000000000000000000000002
and then tag nr.2:
https://myurl.com?n=2&t=dummytextNR2&enc=00000000000000000000000000000000&cmac=0000000000000000
and using 2 different keys
00000000000000000000000000000003
00000000000000000000000000000004
etc.
meaning i have different keys, but also different values in the URI etc.
I would need now some kind of command line tool or some kind of code that I can execute to do that automatically.
Wouldn't i be able to maybe call function directly on the TagXplorer.JAR file via commands or are there Java libs that help me to achieve things like:
- setting keys
- writing NDEF URI structure
- setting offset values
- etc.
Thanks,
Manuel