Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/psi-4ward/ld382.js
Lib to communicate with ld382 wifi LED controller
https://github.com/psi-4ward/ld382.js
Last synced: 2 months ago
JSON representation
Lib to communicate with ld382 wifi LED controller
- Host: GitHub
- URL: https://github.com/psi-4ward/ld382.js
- Owner: psi-4ward
- License: mit
- Created: 2015-12-24T15:47:16.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-25T11:44:26.000Z (about 9 years ago)
- Last Synced: 2024-10-13T12:01:08.051Z (3 months ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 4
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LD382 UFO Led Controller Library
A NodeJS Library and CLI tool to communicate with the LD382 UFO Led Controller.
Requires NodeJS 4.0 or later.
```
$ sudo npm install -g ld382.js$ ld382 -h
Usage: ld382 [options]UFO Wifi LED Controller Utility
Options:
-h, --help output usage information
-V, --version output the version number
-s, --scan Scan for LED Controllers
-i, --ip IP of the Controller
-c, --color RGB color value: ie 255,0,0 for red
-w, --white White color value
--poweron Power on
--poweroff Power off
--quiet Suppress output
--debug Debug mode$ ld382 --sacen
192.168.12.69 ACCF2366D320 HF-LPB100-ZJ200$ ld38s --ip 192.168.12.69 --poweron --white 125
```### TODO
* RGB Tests (dont have a RGB stripe yet)
* Implement the predefined programs## License
[MIT](LICENSE)