/SIP2_Testing_Tool

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.

Primary LanguagePHPGNU General Public License v3.0GPL-3.0

About

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.

Quickstart (Release)

  1. Download
  2. Convenience: modify js/user_settings.js
  3. Open website

Development

  1. Clone this repository
  2. (Get Composer: https://getcomposer.org/download/ and Bower: (nodeJs: https://nodejs.org/ + bower: http://bower.io/#install-bower))
  3. Install dependencies
  • Open command prompt in Sip2TestingTool\dev
  • Install php dependencies: ''composer install''' (or ''composer update''')
  • Install frontend dependencies: ''bower install''