Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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