DAXGRID / cim-asset-parser

CIM asset parser is a library for parsing the CIM-standard into a format that can be used for the cim-asset management system.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CIM Asset Parser

CIM asset parser is a library for parsing the CIM-standard into a format that can be used for the cim-asset management system. CircleCI MIT

Configuration

Either rename 'appsettings.example.json' to 'appsettings.json' or make a new file, after that fill out all the empty fields in the appsettings file.

Requirements running the application

  • gnumake
  • dotnet runtime 3.1

Note

On windows it can be done using chocolatey with the following command:

choco install make

Running

Running the application

make start

About

CIM asset parser is a library for parsing the CIM-standard into a format that can be used for the cim-asset management system.

License:MIT License


Languages

Language:C# 99.1%Language:Makefile 0.9%