Skip to content

Latest commit

History

34 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

Sidewalkjs

Tool for controlling LED sidewalk

Quick Start

Clone repository:
git clone https://github.com/d-ctrl/sidewalkjs.git
Change current directory:
cd sidewalkjs
Install dependencies:
npm i
In main.js, you will need to modify the arguments supplied to the config function:
const sidewalk = config(13, 62, "192.168.1.51", 7890)
Run the application:
npm start

Config Function Arguments

ArgumentTypeMeaningRequired?Default
WidthIntegerWidth (in pixels) of LED sidewalkTrueNone
HeightIntegerHeight (in pixels) of LED sidewalkTrueNone
IPStringIP Address of the OPC endpointFalse192.168.1.51
PortIntegerPort of the OPC endpointFalse7890

About

Tool for controlling LED sidewalk

Resources

Stars

0 stars

Watchers

4 watching

Forks

Releases

Packages

Contributors

Languages