com-pas / compas-sct

System Configuration Tool (SCT) components
Apache License 2.0
9 stars 9 forks source link
iec61850

Maven Build Github Action Status Quality Gate Status REUSE status CII Best Practices Slack

System Configuration Tool (SCT) components

The SCT tool is a library for generating SCD (System Configuration Description) files based on IEC 61850 standard. The code is written with Java (POJO) and is based on Chain of Responsability pattern. It's architecture is modular and is composed by 3 modules (sct-app, sct-commons and sct-data). The main feature is to generate a SCD file from SSD (Substation Specification Description) and STD (System Template definition) files.

The main use case of the product is generation of SCD file (automatically or manually by calling low level functions). Perspectives are given to users to implement other use cases in coherence with the standard IEC-61850 as the SCT stands for a library for now.

For more informations about the project documentation (architecture, code documentation, etc), please refer to Documentation

Interested in contributing? Please read carefully the CONTRIBUTING guidelines.