Super Smart Card API on top of scard(pcsc handler) with apdu commands.
- Thai ID card (public data)
- Simcard (public data)
See docs/INSTALLATION_xxx.md
# Linux: install pcsc library
sudo apt-get install pcscd
# goget
go get -u github.com/Napat/sscard
# go build example
go build -o sscard github.com/Napat/sscard/main
./sscard # ./main.exe on windows(if no -o sscard)
- Windows 10
- Linux: Ubuntu, Raspbian stretch(RPi3B)