Page 1 of 1

Source code of WalletDemo / Terminal-side programming

Posted: Sun Nov 08, 2015 7:24 am
by huynh
I have installed JCKit and successfully run the WalletDemo application. I can see the source code for WalletDemoApplet (card side), but not the code for WalletDemo.exe (terminal side).

Do anyone have source code for that, or can you suggest any tutorials on programming terminal side? In particular, how can I write a card-issuance procedure (as illustrated in the WalletDemo program)?


Re: Source code of WalletDemo / Terminal-side programming

Posted: Tue Nov 10, 2015 3:35 am
by horse dream
The process of issuing card is as follows,
1. Upload Wallet.cap file.
2. Install Wallet Applet instance.

ps:
If the GP key is not the default key (0x40~0x4F), you should assign the GP key.

When installing Wallet Applet, you should also set the PIN, which is the Password on the application interface.

For the GP function, you can refer to the code of GPShell.
svn://svn.code.sf.net/p/globalplatform/code/trunk