Skip to content

silabs-MarkM/z-wave-pc-controller

 
 

Repository files navigation

Z-Wave-PC-Controller

Description

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).

Usage

The tool is mainly supporting Windows OS, but can also be used on other win32 runtimes.

Build prerequisites

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.

Build

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

References

Legal info

SPDX-License-Identifier: BSD-3-Clause

SPDX-FileCopyrightText: Silicon Laboratories Inc. https://www.silabs.com

About

The Z-Wave PC Controller that can help test Z-Wave and Z-Wave devices. Maintained by OSWG.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 99.7%
  • PowerShell 0.3%