Biblio-RFID
view release on metacpan or search on metacpan
There is also simple read-only reader using shell commands in
Biblio::RFID::Reader::librfid.
For implementing application take a look at Biblio::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.
Applications can use Biblio::RFID::RFID501 which is some kind of
semi-standard 3M layout or blocks on RFID tags.
HARDWARE SUPPORT
3M 810
Biblio::RFID::Reader::3M810
examples/koha-rfid.js view on Meta::CPAN
/*
* RFID support for Koha
*
* Writtern by Dobrica Pavlinusic <dpavlin@rot13.org> under GPL v2 or later
*
* This provides example how to intergrate JSONP interface from
*
* scripts/RFID-JSONP-server.pl
*
* to provide overlay for tags in range and emulate form fill for Koha Library System
* which allows check-in and checkout-operations without touching html interface
*
* You will have to inject remote javascript in Koha intranetuserjs using:
// inject JavaScript RFID support
$.getScript('http://localhost:9000/examples/koha-rfid.js');
*/
function barcode_on_screen(barcode) {
lib/Biblio/RFID.pm view on Meta::CPAN
There is also simple read-only reader using shell commands in
L<Biblio::RFID::Reader::librfid>.
For implementing application take a look at L<Biblio::RFID::Reader>
C<scripts/RFID-JSONP-server.pl> is example of such application. It's local
interface to RFID reader and JSONP REST server.
C<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.
Applications can use L<Biblio::RFID::RFID501> which is some kind of
semi-standard 3M layout or blocks on RFID tags.
=for readme stop
=head1 EXPORT
Formatting functions are exported
( run in 0.350 second using v1.01-cache-2.11-cpan-49f99fa48dc )