scard
scard copied to clipboard
Go bindings to the PC/SC API.
I'm using this module via https://github.com/yawn/ykoath/blob/master/ykoath.go and running into something I'd like to implement. Right now, if I have multiple yubikeys plugged in, they get the same reader name, suffixed...
Thanks for this repo, I got example running: ``` Found 1 readers: [0] ACS ACR122U PICC Interface Waiting for a Card Connecting to card in ACS ACR122U PICC Interface Card...
go get -u github.com/ebfe/scard # github.com/ebfe/scard ../github.com/ebfe/scard/scard_darwin.go:7:11: fatal error: 'PCSC/winscard.h' file not found #include
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...
I see you have a .travis.yml file. Maybe you could add a travis button in the README.md to link to the Travis results? https://travis-ci.org/ebfe/scard
It works well for windows and mac. But when I try to compile for Linux using this command: GOOS=linux GOARCH=arm64 go build -o ../bin/card-reader-driver-amd64-linux I get: # github.com/ebfe/scard ../../../../go/pkg/mod/github.com/ebfe/[email protected]/scard.go:35:12: undefined:...
Darwin would panic if `scardTransmit` failed. This would occur during partial reads, such as if someone removes the card too quickly during a tap, resulting in applications implementing this to...
I tried to build *.wasm with this command: `GOOS=js GOARCH=wasm go build -o main.wasm main.go` But got this error: ..\..\..\..\go\pkg\mod\github.com\ebfe\[email protected]\scard.go:81:14: undefined: strbuf ..\..\..\..\go\pkg\mod\github.com\ebfe\[email protected]\scard.go:266:11: undefined: strbuf ..\..\..\..\go\pkg\mod\github.com\ebfe\[email protected]\scard.go:270:11: undefined: strbuf ..\..\..\..\go\pkg\mod\github.com\ebfe\[email protected]\scard.go:286:37: undefined:...