Skip to content

Latest commit

 

History

History

TestingTools

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

TestingTools

JCProxy is a testing tool, which provides a way to communicate with JCardSimulator from android emulator/device. It basically opens a socket connection on the port (port mentioned in program arguments) and listens for the incomming data on this port. This tool uses apduio and JCarsim jars to validate and transmit the APDUs to the Keymaster Applet.

###Build Import JCProxy server application either in Eclipse or IntelliJ. Add the provided jars inside lib directory to the project and also add Keymaster Applet as dependent project. Add port number (Ex: 8080) as program arguments.