feathers-cctalk
v0.1.9
Published
Interface coin acceptors and other hardware speaking ccTalk
Downloads
8
Maintainers
Readme
Importent
Please don't use this its not active maintained and gets refactored to use node-cctalk its WIP code from a old project. https://github.com/direktspeed/node-cctalk and is now only used as Example implamentation using node-cctalk
USE
- git clone => /srv/drivers/cctalk-devices
- copy edit config.example.js => config.js
- systemctl enable $PWD/ccTalk.service
- use via systemctl cctalk start stop
if error post a issue on github
TODO
- Since this got last updated we implamented the cctalk protocol directly into node-serialport so this can be now refactored to only use lates node-serialport release.
- This should be using beequeue as async jobqueue to stay responsive and be better debug able implamentation is started but not used at present.