1.6.0 • Published 7 years ago

@p4d/rpi-queue v1.6.0

Weekly downloads
1
License
WTFPL
Repository
-
Last release
7 years ago

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

  1. Run npm version major/minor/patch following SEMVER guidelines.
  2. Run npm publish --access public to publish the package
1.6.0

7 years ago

1.5.0

7 years ago

1.4.0

7 years ago

1.3.0

7 years ago

1.2.0

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago