local cli for wifi led controllers
version 0.4 (released 0 days ago)
Web Version
A very basic web version that allows you to send colors to any number of controllers
Add Name:
IP:
Off
Red
Green
Blue
White
NOTE : Browsers only support websockets insteads of raw sockets, if it doesn't work, download wifiled and run locally.
Download
On mac you can :
brew install szazeski/tap/wifiled
On linux/mac you can :
wget https://github.com/szazeski/wifiled/releases/download/v0.4.0/wifiled_$(uname -s)_$(uname -m).tar.gz -O wifiled.tar.gz && tar -xf wifiled.tar.gz && chmod +x wifiled && sudo mv wifiled /usr/bin/
On Windows powershell you can :
Invoke-WebRequest https://github.com/szazeski/wifiled/releases/download/v0.4.0/wifiled_Windows_x86_64.zip -outfile wifiled.zip; Expand-Archive wifiled.zip; dir wifiled; echo "if you want, in explorer move .\wifiled\wifiled.exe to a PATH directory like C:\WINDOWS folder"