@p4d/rpi-cloud-client
v1.9.1
Published
Raspberry Pi client for RPi cloud.
Downloads
5
Readme
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
- Run
npm version major/minor/patch
following SEMVER guidelines. - Run
npm publish --access public
to publish the package