Skip to content

Commit

Permalink
add Java Card API v.3.0.5 implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
petrs committed Oct 8, 2022
1 parent 1efa81d commit 8a9db72
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -678,10 +678,14 @@ developement on BitBucket
- [FreeJCVM](https://sourceforge.net/projects/freejcvm) (**SourceForge**) _[last commit 2015]_ <br>
Free javacard vm implementation for AVR MCU.

- [Java Card Simulator via Node.js](https://github.com/adamnoakes/javacard-simulator) ![stars](https://img.shields.io/github/stars/adamnoakes/javacard-simulator.svg?style=social) ![lastcommit](https://img.shields.io/github/last-commit/adamnoakes/javacard-simulator.svg) ![numcontributors](https://img.shields.io/github/contributors-anon/adamnoakes/javacard-simulator.svg)
- [Java Card Simulator via Node.js](https://github.com//abdelhak-mes/javacard-api) ![stars](https://img.shields.io/github/stars//abdelhak-mes/javacard-api.svg?style=social) ![lastcommit](https://img.shields.io/github/last-commit//abdelhak-mes/javacard-api.svg) ![numcontributors](https://img.shields.io/github/contributors-anon//abdelhak-mes/javacard-api.svg)
<br>
This project provides an implementation of a Java Card Runtime Enviornment (JCRE) produced using Node.js which is capable of creating virtual smart card devices and sending APDU commands to the smart card devices for execution via a RESTful API. The project also provides a web-based interface for interacting with the JCRE.

- [Java Card API](https://github.com/adamnoakes/javacard-simulator) ![stars](https://img.shields.io/github/stars/adamnoakes/javacard-simulator.svg?style=social) ![lastcommit](https://img.shields.io/github/last-commit/adamnoakes/javacard-simulator.svg) ![numcontributors](https://img.shields.io/github/contributors-anon/adamnoakes/javacard-simulator.svg)
<br>
This repository contains an implementation of the Java Card API v.3.0.5 and Global Platform specification v2.3 for education and research purposes.

- [JCardMock](https://github.com/christianhujer/jcardmock) ![stars](https://img.shields.io/github/stars/christianhujer/jcardmock.svg?style=social) ![lastcommit](https://img.shields.io/github/last-commit/christianhujer/jcardmock.svg) ![numcontributors](https://img.shields.io/github/contributors-anon/christianhujer/jcardmock.svg)
<br>
Mock implementation of the Java Card API 3.0.4 in order to test Java Card applet code without a card or simulator. It runs the Java Card API 3.0.4 in a normal Java Virtual Machine. The purpose is to allow for unit tests for Java Card applets with normal test frameworks like JUnit or TestNG in a normal Java Virtual Machine (unfinished)
Expand Down

0 comments on commit 8a9db72

Please sign in to comment.