npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@iotflows/iotflows-remote-access

v2.1.3

Published

IoTFlows Remote Access and health monitoring tool.

Downloads

78

Readme

IoTFlows Remote Access

https://iotflows.com

IoTFlow Remote Access Agent for remote SSH and remote Node-RED for IoT gateways.

By installing this application on your device, you can:

  1. Remotely SSH to your device
  2. Remotely access Node-RED, a flow-based development tool, running on your device
  3. Utilize IoTFlows Node-RED nodes:
    1. Data Streams: for secure real-time communication to the cloud (MQTTS/WebSockets)
    2. Alert Channels: for alerts and notifications (SMS/Email)
    3. Actions: to define a function that can be called with REST API / MQTTS commands from the cloud
  4. Remotely deploy and manage Docker containers

IoTFlows-Remote-Access: Managed remote SSH and remote Node-RED for IoT gateways. IoTFlows-Remote-Access: Managed remote SSH and remote Node-RED for IoT gateways.

Check out https://docs.iotflows.com for full instructions on getting started.

Quick Start

  1. Generate a Remote Connection Access Key for your device in IoTFlows Console and run the following commands on your IoT device
  2. Run the following command on your IoT device:

I) For Debian-Based Operating System (e.g. Ubuntu, MX Linux. Linux Mint Desktop, Raspberry Pi OS): bash <(sudo curl -s https://cdn.iotflows.com/update-nodejs-and-iotflows-remote-access.sh) --username=xxxx --password=yyyy --confirm-install

II) For Other Operating Systems:

  • Install npm and Node.js
  • Install IoTFlows Remote Access: sudo npm install -g --unsafe-perm @iotflows/iotflows-remote-access
  • Connect the agent to the cloud: sudo iotflows-remote-access username=xxxx password=yyyy command=reset_credentials
  1. In the Remote Connections tab in the console, create and enable Remote SSH or Remote Node-RED and follow the instructions to connect to your device. The default credentials for remote Node-RED are admin and password.

Installation

Prerequisites

To install IoTFlows Remote Access, you will need a supported version of Node.js.

  • If your operating system supports apt: sudo apt update sudo apt install npm sudo apt install nodejs

  • Windows Installer

IoTFlows Console Setup

  1. Create an account in IoTFlows Console.
  2. Add a device and generate a device remote client username and password.

IoT Device Setup

  1. Run the following commands on your device:
    • sudo npm install -g --unsafe-perm @iotflows/iotflows-remote-access
    • sudo iotflows-remote-access username=xxxx password=yyyy command=reset_credentials
  2. Enter the remote access credentials (username and password)
  3. In IoTFlows Console, create a Remote Connection for Node-RED or SSH and follow the instructions to remotely access your device.
  4. After rebooting your device, IoTFlow Remote Access will auto start on boot.
    • To stop the service: sudo systemctl stop iotflows-remote-access.service

    • To start the service: sudo systemctl start iotflows-remote-access.service

    • To disable the service: sudo systemctl disable iotflows-remote-access.service