http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3638

--- Comment #5 from Dobrica Pavlinusic <dpav...@rot13.org> 2011-08-15 13:16:38 
UTC ---
A while ago, I wrote very simple SIP2 implementation which enables me to send
messages directly to Koha SIP2 server.

https://github.com/dpavlin/Biblio-SIP2

We are using it to push same messages which we collected from network dumps
with 3M SIP2 self-check implementation. They are just a few messages from
complete SIP2 implementation, so this approach worked for us.

sc-emulator.pl contain a lot of hard-coded values specific to our Koha
installation, but can be easily modified, I hope :-)

acs-proxy.pl is simple protocol wrapper which can be inserted in-between SC and
ACS server to provide protocol dumps.

We also experimented with 3M\ SIP2\ Development\ Kit/Program/SCEmul.exe running
under Wine on Linux, but it's a complex emulator, and we don't see most of
messages on wire anyway.

We have some notes in Croatian at http://saturn.ffzg.hr/koha/index.cgi?sip2 but
hopefully examples can be useful (and Google translate does a fair job of
replacing few Croatian words with something understandable).

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to