@p4d/rpi-cloud-client

1.9.1 • Public • Published

RPi-Cloud-Client

RPi-Cloud-Client is the client version of the RPi-Cloud that runs on RPi devices. It enables any RPi device to be connected to the RPi-Cloud, and in turn, be configured and controlled from the RPi-Panel.

Installation

RPi-Cloud-Client is already pre-installed on RPi-Bakery based RPi's. It is distributed via NPM:

sudo npm install -g --unsafe-perm @p4d/rpi-cloud-client

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-Cloud-Client is a socket based client for the RPi-Cloud. By connecting the RPi to the RPi-Cloud, it provides the ability of being remotely controlled and configured. See RPi-Cloud-Server and RPi-Cloud-Panel

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-cloud-client

Weekly Downloads

0

Version

1.9.1

License

WTFPL

Last publish

Collaborators

  • javougarte
  • shipupi
  • tmigone
  • p4d-owner