Page 1 of 1

Multiple JCIDE simulator instances

Posted: Mon Feb 13, 2017 12:12 pm
by Novanex
Hi.

I've got a smartcard-using desktop application for instant messaging that I'm developing. For development I've been using the card simulator feature of JCIDE along with pyApdutool to downlaod and install my applet, then communicate with the virtual card via a PC/SC interface.

To test the application properly, I need to have multiple users messaging each other, in my application each user is required to have a smartcard (for cyrptogrpahy purposes). So I was wondering if there was a way to have JCIDE create multiple simulator instances, so I can assign a new virtual card to a user when they connect to the application?

Re: Multiple JCIDE simulator instances

Posted: Tue Feb 14, 2017 1:27 am
by UNKNwYSHSA
Create multi JCIDE instance, and config each JCVM with different port number.

But there's no way to create virtual smartcard reader for each JCVM?

Re: Multiple JCIDE simulator instances

Posted: Tue Feb 14, 2017 4:11 am
by product
JCIDE can create multiple JCVM instances by configuring different JCVM ports.
But JCIDE cannot create multiple virtual smartcard readers to connect multi-JCVMs.