I want a java code which can talk to jcwde similar to what APDUTool does. Jcwde/cjre works on TCP port 9025. Is there a way i can open a TCP connection with cjre and send APDU directly, instead of giving script file to APDUTool.
Also after opening the connection what all things does the APDUTool do.
I tried to find the source code of APDUTool but couldn't find it.