local cli for wifi led controllers

version 0.3 (released 0 days ago)

Download

Go Source Code
source code
Windows
WIN 64-bit
WIN 32-bit
WIN ARM64
Linux
Linux 64-bit
Linux ARM 64-bit
Linux 32-bit
Mac OS
Intel Mac 64-bit
M1 Mac ARM 64-bit

On mac you can :

brew install szazeski/tap/wifiled

On linux/mac you can :

wget https://github.com/szazeski/wifiled/releases/download/v0.3.0/wifiled_0.3.0_$(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.3.0/wifiled_0.3.0_Windows_x86_64.tar.gz -outfile wifiled.tar.gz; tar -xzf wifiled.tar.gz; echo "if you want, move the file to a PATH directory like WINDOWS folder"