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
- Host: GitHub
- URL: https://github.com/digibib/node_koharfidgeek
- Owner: digibib
- License: mit
- Archived: true
- Created: 2013-12-19T15:16:27.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-15T23:27:42.000Z (over 12 years ago)
- Last Synced: 2025-03-21T18:51:58.249Z (over 1 year ago)
- Language: JavaScript
- Size: 285 KB
- Stars: 4
- Watchers: 12
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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