You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for this really awesome plugin. However, i'd like to know if this could be used to emulate a credit card (EMV). What would need to be optimised and wat would be the APDU structure. The demo provided emulates a loyalty card and am just keen to know if it could be tweaked to emulate a credit card.
The text was updated successfully, but these errors were encountered:
@BUATHERA you should be able to use this plugin to emulate a credit card. You'll need to respond to multiple commands. This means that you need to implement the logic in JavaScript. I think you can get the specifications for the communication from http://www.emvco.com/.
If you get a generic solution working, I'd appreciate a pull request to get it added into the plugin.
Thanks for this really awesome plugin. However, i'd like to know if this could be used to emulate a credit card (EMV). What would need to be optimised and wat would be the APDU structure. The demo provided emulates a loyalty card and am just keen to know if it could be tweaked to emulate a credit card.
The text was updated successfully, but these errors were encountered: