PHP Client-GUI for testing SIP2 (Standard Interchange Protocol) communication as used with SelfCheck systems or library automation system dealing with patrons or library materials. Supports TLS and Gossip extension.
- Download
- Convenience: modify js/user_settings.js
- Open website
- Clone this repository
- (Get Composer: https://getcomposer.org/download/ and Bower: (nodeJs: https://nodejs.org/ + bower: http://bower.io/#install-bower))
- Install dependencies
- Open command prompt in Sip2TestingTool\dev
- Install php dependencies: ''composer install''' (or ''composer update''')
- Install frontend dependencies: ''bower install''