licence_manager#

license_manager is a small command line tool that helps to install and manage licenses for the DTU softwares HAWC2, HAWCStab2, Ellipsys and WAsP.

The program is written in python, and compiled to a binary file using pyinstaller. The executables are available for 64-bit windows and 64-bit linux.

On linux, please ensure that the program is executable before trying to use the tool:

chmod +x ./license_manager

For users who need the compiled DLL license files, please contact hawc2@windenergy.dtu.dk

Examples:

To check the validity/integrity of a license file before installing run

./license_manager info hawc2 <PATH_TO_LICENSE_FILE>

To check the validity/integrity of an existing license installation

./license_manager info hawc2 installed

To use license_manager to install a hawc2 license run

license_manager install hawc2 <PATH_TO_LICENSE_FILE>

For the full list of commands and options run

./license_manager --help

Download the latest version#

licence_manager 1.0.0, Standalone linux executable (29.60 MB)
/license_manager/downloads/1.0.0/linux/license_manager
licence_manager 1.0.0, Standalone windows executable (11.61 MB)
/license_manager/downloads/1.0.0/win64/license_manager.exe

Archive of historical licence_manager releases: licence_manager Archive

Release notes

First major release

Minor bugs related to contacting self-hosted licensing servers to get license information have been fixed.