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