Tool for controlling LED sidewalk
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
| 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 |