[Bug 2244] RFID Cataloguing - Programming RFID tags from Koha
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2244 --- Comment #12 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- (In reply to Jan Kissig from comment #11)
sorry for the last comment, now the real one.
I am working on Koha and Rfid integration for a little time now and wanted to share some insights.
My library migrates from a system that has full RFID staff integration (single and bulk items checkin and checkout, writing data model to tags, secure, desecure). The self service station is using SIP2 which is already implemented in Koha and works fine.
This is what my staff integration does so far: 1. Koha plugin - JS injection to circulation, returns and add item - Checkin and Checkout via AJAX to offline_circ/service.pl (details later) - rfid device is accessed via 2. or via webusb (depending on the reader)
2. A node backend server offering a RESTlike and a websocket interface to attached RFID readers commonly used in Germany (FEIG)
3. JS library to convert a 28560-3 JSON data model to bytecode
This works pretty good but is using the offline circulation endpoint to fetch if a transaction was ok or not. Better would be using the API which is still in progress (#24401, #23336)
If there is any interest the RFID backend is on github - https://github.com/BibliothekTHWildau/node-rfid-server
ISO28560 conversion: - https://github.com/BibliothekTHWildau/ISO28560-3js
Koha-Plugin: - not published yet
for feedback or if someone wants to join developing a RFID plugin please feel free to contact me.
Hi Jan, this is exciting stuff, but maybe a little lost on Bugzilla as not a lot of people will find it here. Maybe consider sharing on the mailing list as well or join us in the new chat? (chat.koha-community.org using Mattermost) -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org