An open API service indexing awesome lists of open source software.

https://github.com/digibib/node_koharfidgeek

Simple implementation of checkin/out with RFID and SIP2
https://github.com/digibib/node_koharfidgeek

Last synced: about 1 year ago
JSON representation

Simple implementation of checkin/out with RFID and SIP2

Awesome Lists containing this project

README

          

# Test of KOHA RFID and SIP2 integration

simple checkin/checkout terminal written in node.js

Uses rfidgeek nodejs plugin and communicates with SIP server through simple net protocol

create ```config/settings.json``` from example.settings.json

install dependencies with

```npm install```

and start with

```node app.js```

License is MIT