Main Koha release repository https://koha-community.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Colin Campbell f4b3c131dc Bug 3723 Correct return of Institution in Patron Info Resp 15 years ago
..
ILS Bug 3697 Return due date (SIP Field AH) in item info 15 years ago
Sip Bug 3723 Correct return of Institution in Patron Info Resp 15 years ago
t bug 3435: SIP2 - 3M extension for SmartChute checkin. 15 years ago
ILS.pm (Bug 3767 - Return error if checkin passed an invalid item 15 years ago
ILS.pod adding openncip / opensip SIP2 service 17 years ago
Makefile bug 3435: SIP2 - 3M extension for SmartChute checkin. 15 years ago
README bug 2509: fix file permissions 16 years ago
SIPServer.pm Bug 3814: SIP2 Server logging doesn't work on OpenSolaris 15 years ago
SIPconfig.xml Bug 3814: SIP2 Server logging doesn't work on OpenSolaris 15 years ago
Sip.pm SIP - Lots of regexp hacking of input streams and verbose debugging feedback. 16 years ago
acstest.py adding openncip / opensip SIP2 service 17 years ago
example_institution_dump.sh Bug 2968 - SIP ACS_STATUS message (98) misreported config. 16 years ago
interactive_item_dump.pl Expand interactive SIP tests. 15 years ago
interactive_members_dump.pl Modifying Members : Add Mod and GetMember 15 years ago
interactive_patron_check_password.pl Interactive tests for SIP abstraction representation and Members. 16 years ago
interactive_patron_dump.pl Expand interactive SIP tests. 15 years ago
interactive_renew_all_dump.pl Interactive debugging aides for SIP abstraction layer. 16 years ago
sip_run.sh Functional SIP run and shutdown scripts. Update example SIPconfig.xml 15 years ago
sip_shutdown.sh Functional SIP run and shutdown scripts. Update example SIPconfig.xml 15 years ago
test.txt updating ILS::Patron for Koha. 17 years ago
xmlparse.pl Still fixing permission and first line of scripts 16 years ago

README

README for Open NSIP 3M-SIP Server

DEPENDENCIES

SIPServer is written entirely in Perl, but it require these CPAN
perl modules to run:

Net::Server - The SIP server is a Net::Server::Prefork server
XML::LibXML
XML::Parser
XML::Simple - for parsing the config file
UNIVERSAL::require - for loading the correct ILS interface module
Clone - for running the test cases

LOGGING

SIPServer uses syslog() for status and debugging messages. All
syslog messages are logged using the syslog facility 'local6'.
If you need to change this, because something else on your system
is already using that facililty, just change the definition of
'LOG_SIP' at the top of the file SIPServer.pm

Make sure to update your syslog configuration to capture facility
'local6' and record it.