RFID-Biblio perl tools to use different RFID readers for library use Main idea is to develop simple API to reader, and than provide useful abstractions on top of it to quickly write applications to respond on tags which come in range of RFID reader. scripts/RFID-JSONP-server.pl is example of such application. It's local interface to RFID reader and JSONP REST server. examples/koha-rfid.js is jQuery based JavaScript code which can be inserted in Koha Library System to provide overlay with tags in range and check-in/check-out form-fill functionality. Currently supported readers: * 3M 810 - RFID::Biblio::Reader::3M810 * CPR-M02 - RFID::Biblio::Reader::CPRM02 * OpenPCD, The Omnikey CardMan 5121 and 5321 - RFID::Biblio::Reader::librfid For status of each implementation see pod documentation inside them. INSTALLATION To install this module, run the following commands: perl Makefile.PL make make test make install SUPPORT AND DOCUMENTATION After installing, you can find documentation for this module with the perldoc command. perldoc RFID::Biblio You can also look for information at: RT, CPAN's request tracker http://rt.cpan.org/NoAuth/Bugs.html?Dist=RFID-Biblio AnnoCPAN, Annotated CPAN documentation http://annocpan.org/dist/RFID-Biblio CPAN Ratings http://cpanratings.perl.org/d/RFID-Biblio Search CPAN http://search.cpan.org/dist/RFID-Biblio/ LICENSE AND COPYRIGHT Copyright (C) 2010 Dobrica Pavlinusic This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 dated June, 1991 or at your option any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. A copy of the GNU General Public License is available in the source tree; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.