Skip to content

Napat/sscard

Repository files navigation

Super Smart Card(sscard)

Super Smart Card API on top of scard(pcsc handler) with apdu commands.

Builtin APDU devices

  • Thai ID card (public data)
  • Simcard (public data)

Installation and requirements

See docs/INSTALLATION_xxx.md

TODO

# 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)

Platforms

  • Windows 10
  • Linux: Ubuntu, Raspbian stretch(RPi3B)

References

About

Super Smart Card API on top of pcsc using golang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages