Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge with sf1/go-card? #14

Open
AndreKR opened this issue Mar 5, 2019 · 1 comment
Open

Merge with sf1/go-card? #14

AndreKR opened this issue Mar 5, 2019 · 1 comment

Comments

@AndreKR
Copy link

AndreKR commented Mar 5, 2019

There is a lot of overlap between this project and https://github.com/sf1/go-card.

I am currently using this project because I need GetStatusChange, but sf1/go-card has some nice things too, like the ISO Command APDU factory functions, the Reader struct with IsCardPresent() and WaitForCardPresent().

How do you feel about merging those features into ebfe/scard?

See also: sf1/go-card#1

@sf1
Copy link

sf1 commented Mar 5, 2019

I'm the author of sf1/go-card and I certainly won't mind if anyone wants to have a go at this. The purpose of the ebfe/scard project seems to be to provide a direct wrapper for the winscard C API though, while sf1/go-card was meant to be a higher level interface from the beginning.

The implementations of the two projects are fundamentally different, especially on Linux/Unix where sf1/go-card connects directly to PCSC-Lite daemon instead of going through any C library.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants