@p4d/rpi-queue
v1.6.0
Published
Raspberry Pi queue server for Hermes events.
Downloads
3
Readme
RPi-Queue
RPi-Queue is a daemon that sends queued messages to Hermes server when internet connection is available. It runs on a Raspberry Pi.
Installation
RPi-Queue is already pre-installed on RPi-Bakery based RPi's. It is distributed via NPM:
sudo npm install -g --unsafe-perm @p4d/rpi-queue
Notes:
-g
- Global flag is required so that the utility is accessible from anywhere in the system.--unsafe-perm
- This flag is required to set up the cron job for sudo user.
Documentation
RPi-Queue is a socket server running on port 9999 which is scoped for localhost usage. To add items to the queue from a nodejs based application refer to hermes-nodejs
Build and publish
Commands only for development purposes
Publish NPM package
- Run
npm version major/minor/patch
following SEMVER guidelines. - Run
npm publish --access public
to publish the package