Creating a separate thread for that, as the original BTChip one is dedicated to the custom implementation we design
https://github.com/btchip/btchipJCThis project is an Open Source implementation of the BTChip specification, running on a Java Card (typically a Yubikey Neo)
The physical isolation between the contact and contactless interfaces is used to create a transaction approval mechanism : start a transaction on a computer, tap the dongle on a phone, read the transaction details and a PIN, plug back the dongle into the computer, enter the PIN to approve and sign.
The contactless interface can also be used to perform transactions on a controlled wallet (maximum transaction amount, maximum fees, maximum change)
This is strictly developer material for the time being (no client support), but hopefully will motivate us or someone else to start working on it seriously