Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ktakashi/sagittarius-ram-over-http
RAM over Http utility for Sagittarius Scheme
https://github.com/ktakashi/sagittarius-ram-over-http
Last synced: 13 days ago
JSON representation
RAM over Http utility for Sagittarius Scheme
- Host: GitHub
- URL: https://github.com/ktakashi/sagittarius-ram-over-http
- Owner: ktakashi
- Created: 2013-08-26T14:02:57.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-10-17T19:11:55.000Z (about 11 years ago)
- Last Synced: 2024-10-06T01:22:26.087Z (about 1 month ago)
- Language: Scheme
- Size: 117 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
RAM over Http for Sagittarius Scheme
=======This is a utility library of RAM over Http.
Pre-condition
=======
This library uses
[sagittarius-smart-card](https://github.com/ktakashi/sagittarius-smart-card).
This needs to be located in the sitelib path.How to use
=======For UC1
(start-session
"http://{Root TSM wallet handler URL}"
"IMSI-{your SIM's IMSI}"
:trace #t)For UC0 (Blackberry specific use case)
(start-session
"http://{Root TSM wallet handler URL}"
"IMSI-{your SIM's IMSI}"
:trace #t
:headers '(:x-bbwallet-msisdn "{MSISDN}" :x-bbwallet-model "BlackBerry"
:x-bbwallet-carrier "{NMO name}"
:x-bbwallet-seid "{Secure Element ID}"
:x-bbwallet-imsi "{your SIM's IMSI}"
:x-bbwallet-new-device "true"))