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

s4t-lighthing-rod

v0.0.1

Published

node-lighthing-rod is the client to connect Arduino YUN/Linino One or Raspberry Pi to s4t-node-cloud

Downloads

3

Readme

#node-lighthing-rod

node-lighthing-rod is the client to connect Arduino YUN/Linino One or Raspberry Pi to s4t-node-cloud, to works corrctly there is some specification for the devices:

  • Arduino YUN/Linino ONE:

    • LininoIO O.S.;

    • Nodejs;

  • Raspebery Pi:

    • Nodejs;

##Arudino YUN/Linino One Installation Dependencies To install the last version of LininoIO O.S. on Arduino YUN/Linino ONE it is usefull to consult the Linino wiki where there is a guide to upgrade the board to LininoIO O.S. .

After the LininoIO O.S. is installed on the board you need to install Nodejs on the board, you can use the guide to install Nodejs using a simple bash script on the official Linino wiki page.

##Raspberry Pi Installation Dependencies You can use a Rapseberry Pi with any kind of O.S. we have tested the node-lighthig-rod on Rasperry Pi with Raspbian. To install Nodejs on Raspberry Pi with Raspbian just use the package manager of the O.S. using the follow command:

suo apt-get install nodejs

##Install node-lighthing-rod##

To install the client node-lighthing-rod you need to copy on the board all the source code in the github repository, after you have copied the source code, you can use the python script install.py, at the root directory of the source code, to install the client and the boot service on the board, to do this you can use the follow command:

python install.py yun|rasp

yun paramiter for Arduino YUN/Linino One devices or rasp paramiter for Raspberry Pi devices.

##Configuration After you have installed the client node-lighthing-rod you need to edit the configuration file:

/opt/node-lighthing-rod/setting.json

You need to change the value of the IP and the PORT of the WAMP Router, Reverse Websocket Tunnel Server and other configuration paramiters