As part of the Card Layer, the Storage Card API provides high-level functionality for selecting and performing transactions with storage cards (NXP Mifare Ultralight, ST Microelectronics ST25 / SRT512, etc.).
Java implementation
Latest version
0.1.0
All deliverables are available directly from the Maven Central Repository or by using one of the project resource managers below:
implementation("org.eclipse.keypop:keypop-storagecard-java-api:0.1.0")
implementation 'org.eclipse.keypop:keypop-storagecard-java-api:0.1.0'
<dependency>
<groupId>org.eclipse.keypop</groupId>
<artifactId>keypop-storagecard-java-api</artifactId>
<version>0.1.0</version>
</dependency>
C++ implementation
Coming soon