The Z-Wave PC Controller is a GUI tool used to setup a Z-Wave network and operate nodes. It needs a Z-Wave Serial API controller (connected via USB or IP).
The tool is mainly supporting Windows OS, but can also be used on other win32 runtimes.
z-wave-blobs, z-wave-tools-core, and z-wave-pc-controller must be at the same level.
The PC tools can be built on command line using Build Tools for Visual Studio 2022.
Run this once:
MSBuild.exe z-wave-pc-controller\ZWaveController.sln -restore -verbosity:minimal
Build for debug:
MSBuild.exe z-wave-pc-controller\ZWaveController.sln -property:Platform="Any CPU" -property:Configuration=Debug -p:OutputPath=artifacts\debug -verbosity:minimal
Build for release:
MSBuild.exe z-wave-pc-controller\ZWaveController.sln -property:Platform="Any CPU" -property:Configuration=Release -p:OutputPath=artifacts\release -p:DebugType=None -p:DebugSymbols=false -verbosity:minimal
- https://github.com/Z-Wave-Alliance/z-wave-pc-controller
- https://docs.silabs.com/z-wave/1.0.1/z-wave-docs/zwave-tools
- https://www.silabs.com/developer-tools/simplicity-studio
- https://community.silabs.com/s/article/How-to-get-Z-Wave-PC-Controller-and-Zniffer-tools
SPDX-License-Identifier: BSD-3-Clause
SPDX-FileCopyrightText: Silicon Laboratories Inc. https://www.silabs.com