Skip to content

DctrlVan/sidewalkjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

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

Argument Type Meaning Required? Default
Width Integer Width (in pixels) of LED sidewalk True None
Height Integer Height (in pixels) of LED sidewalk True None
IP String IP Address of the OPC endpoint False 192.168.1.51
Port Integer Port of the OPC endpoint False 7890

About

Tool for controlling LED sidewalk

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published