Reverse engineering for TC421 (TimeControl)
Reverse engineering for TC421 (TimeControl) for controlling your TC421 led controller remotely
?, -h, --help Show help and usage information
--generate <generate> Generate empty model file (as template). []
--upload <upload> Upload model to TC421 controller.
--version Show version information
sync Synchronize time.
mac Get MAC from device.
TC421.exe --upload profile.json
dotnet TC421.dll --upload profile.json
curl -sSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin --channel STS
echo 'export DOTNET_ROOT=$HOME/.dotnet' >> ~/.bashrc
echo 'export PATH=$PATH:$HOME/.dotnet' >> ~/.bashrc
source ~/.bashrc
dotnet --version