@p4d/rpi-queue

1.6.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i @p4d/rpi-queue

Weekly Downloads

2

Version

1.6.0

License

WTFPL

Last publish

Collaborators

  • javougarte
  • shipupi
  • tmigone
  • p4d-owner