reon / JCopToolProxy

A proxy for JCopTool and virtual smart card reader/driver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

This a simple application which connect the virtual smart card reader (VPCD) with JCOP Tool.

Virtual Smart Card Architecture Virtual PCD 2 	<==> JCopToolProxy <==> 	JCOP Tool

			(localhost:35963)	<==> JCopToolProxy <==> 	(localhost:8050)

It is written based on the log file of TCP/IP trace.

One important idea of this tool is to help Java Card applet developer to work faster and more efficient on their development (if they are using JCOP Tool)

Log

Please check in the log folder

Installation

  • Install the VPCD or you can install from Driver\Debug on this repository and see Install.md for more information
  • Run the JCop Tool with port setting is 8050 and send /close command
  • Dowload from the JCTP_Deliverables and Run the JCopToolProxy, click connect, you can File->Hide to hide it in system tray

License

  • MIT License
  • Others are belong to their respective owner and copyright.
  • Icon is taken from flaticon

References

  1. VPCD from vsmartcard
  2. UMDF Virtual Smart Card Reader
  3. JCOP Tool proprietary of NXP
  4. Qt 5.5

About

A proxy for JCopTool and virtual smart card reader/driver


Languages

Language:C++ 74.1%Language:Makefile 25.2%Language:QMake 0.7%