Skip to content

enable APDU command **group** transmission through a local reader #14

@pterr

Description

@pterr

Currently, the org.eclipse.keyple.core.plugin.spi.reader.ReaderSpi interface allows APDU commands to be transmitted uniquely one-by-one to a local reader.
For a reader solution based on a communication interface with high latency (e.g. Bluetooth), this limitation could have a significant impact on transaction performance.

enable transmission of APDU commands group
in this case, it might be necessary to add a bit of intelligence to the plugin's processing: for example, in the case of an unexpected status on an APDU response, interrupt transmission of the remaining APDU commands

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions