Skip to content

EMV emulator #513

@merlokk

Description

@merlokk

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions