Skip to content

st01k/ddl-tools

Repository files navigation

ddl-tools

This is an electron application used to handle DDL config files for Johnson Controls Metasys hardware. It extracts data needed for Osprey's N1 collection from the source file, presents it in an organized and searchable manner, and exports it to a pre-defined format that might be used for import into Osprey.

To Use

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
git clone https://github.com/st01k/ddl-tools
# Go into the repository
cd ddl-tools
# Install dependencies
npm install
# Run the app
npm start

Test DDL files are located in static/assets

NOTE:

This app has not been tested on and will not currently work on Windows. It may work on Mac. It was developed and tested on Linux.

About

electron app providing tools for working with DDL files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages