sf1 / go-card

PC/SC client written in Go. Currently not maintained
MIT License
41 stars 23 forks source link

Not compatible with OS X #4

Closed pzeinlinger closed 3 years ago

pzeinlinger commented 5 years ago

I really like the idea of not having to rely on cgo. Unfortunately, there is currently no socket provided by the securityd (which implements pcsc-lite on a mac). The connection to net.Dial("unix","/var/run/pcscd/pcscd.comm") fails.

Any idea who we could resolve this?

sf1 commented 5 years ago

I currently don't have any devices running OS X, but if you (or anyone reading this) finds an approach that would work, please let me know.

sf1 commented 3 years ago

There doesn't seem to be a way to add MacOS support without resorting to cgo