Skip to content
 
 

Latest commit

 

History

81 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Z-Wave Tools Core

This repository contains the essential common tools to build:

This repository is currently dependent on z-wave-blobs, which contains a set of pre-compiled files. Going forward, it is intended to evolve Z-Wave Tools Core and the tools related projects away from Z-Wave Blobs .

OSWG encourages users to avoid duplicating files and introduce a dependency to z-wave-tools-core, and create an issue to track the propagation of blobs.

Directory Structure

The structure of the tools project is as follows:

/root 
    /z-wave-pc-controller
        /z-wave-tools-core
            /z-wave-blobs
        .
        .
    /z-wave-pc-zniffer 
        /z-wave-tools-core
            /z-wave-blobs
        .
        .
    /z-wave-xml-tools
        /z-wave-tools-core
            /z-wave-blobs
        .
        .

NOTE: To pull the submodules, run git submodule update --init --recursive from the root directory.

Notice that this structure needs to be kept for the build steps stated below.

Building

Z-Wave-tools core can only be built from Windows at the moment. Find below some build steps, assuming that the location is the root directory specified above:

del -r */*/bin 
del -r */*/obj
del -r .\Artifacts\

MSBuild.exe z-wave-tools-core\ZWaveDll.sln -restore -verbosity:minimal
MSBuild.exe z-wave-tools-core\ZWaveDll.sln -p:Platform="Any CPU" -p:Configuration=Debug -verbosity:minimal

About

The Z-Wave PC tools core that PC tools and ZATS require to run. Previously known as "the Z-Wave DLL". Maintained by OSWG.

Resources

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages