PersoServer Demo
================

The PersoServer Demo is a framework for implementing custom personalization szenarios using
OpenSCDP with Global Platform Profiles and Scripting.

The PersoServer is a client-server system with the ScriptingServer and the script contained here on one side
and the Smart Card Shell with the persoclient script on the other side.

The demo loads a test applet onto a JCOP 2.4.1r3 card using the default card manager keys (404142...).

Starting the Server
-------------------
You need to enable the line

load("persoserver/configureservice.js");

in apps/startup.js and start the ScriptingServer.

Open the Browser at http://127.0.0.1:8080/se to the the UI.

Starting the Client
-------------------
Start the Smart Card Shell and select the card reader which you want to use for personalization.

Run the persoclient.js script from the apps/persoserver/client directory.

Confirm the URL for the server and select the preconfigured job.

Now insert the card and wait for the personalization process to complete.
