Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ktakashi/sagittarius-smart-card
PC/SC or WinScard binding for Sagittarius Scheme
https://github.com/ktakashi/sagittarius-smart-card
Last synced: 13 days ago
JSON representation
PC/SC or WinScard binding for Sagittarius Scheme
- Host: GitHub
- URL: https://github.com/ktakashi/sagittarius-smart-card
- Owner: ktakashi
- Created: 2013-01-18T15:42:56.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-09-29T08:52:10.000Z (about 10 years ago)
- Last Synced: 2024-10-06T01:22:59.955Z (about 1 month ago)
- Language: Scheme
- Size: 306 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sagittarius PCSC
Binding of PC/SC or winscard for Sagittarius Scheme.
## Features
* Interactive oriented design.
* Flexible to extend user defined commands.
* Both Scheme or command oriented uses.## For Scheme scripts
Use `(pcsc)` library.
TODO: API document will be here.
## For Interactive use
Run following script with Sagittarius:
`(import (pcsc shell)) (pcsc-repl)`
Then prompt will be shown. `(help)` command will show all the defined commands.
## Loading DSL script file.
See `load.scm` file. And `samples` directory contains sample scripts.
## Requirements
Sagittarius version 0.4.2 or later.
## TODO
* Documentation
* More pre-defined commands
* INSTALL, DELETE, LOAD or so.
* Test with pcsc-lite library