Client library and CLI tool for SORACOM Krypton.
- Install
go install github.com/soracom/krypton-client-go/cmd/krypton-cli
or download executable file from release page.
On Linux, libpcsclite
should be installed before using krypton-cli.
Ubuntu: sudo apt install pcscd libpcsclite1 libpcsclite-dev && sudo reboot
-
Plug a smart card reader / USB modem with SORACOM Air SIM to your computer
-
Run
krypton-cli -operation getSubscriberMetadata
You can find other operations by using -h
option.
go get -u github.com/soracom/krypton-client-go/...
cd $GOPATH/src/github.com/soracom/krypton-client-go/cmd/krypton-cli
go build