[Koha-bugs] [Bug 2244] RFID Cataloguing - Programming RFID tags from Koha

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Mar 11 09:30:55 CET 2024


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2244

--- Comment #11 from Jan Kissig <bibliothek at th-wildau.de> ---
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.

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.


More information about the Koha-bugs mailing list