-
Notifications
You must be signed in to change notification settings - Fork 945
EMV emulator #513
Copy link
Copy link
Closed
Description
Im looking into code and think about EMV card emulator.
I think about something like HCE in Android. ARM side will just transfers commands to client side and the client side will send responses
something like:
CLIENT ARM
-----------------------------------
Setup(UID, ATC) ----->
<------ OK
GetState ----->
<------ CardState
............
GetState ----->
<------ CardState, GotDataFromField
SendData ----->
<------ CardState, OK
............
ExitEmulator ----->
<------ OK
What do you think? If it possible to do with current USB code?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels