Skip to content

rmc00/gsf

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GSF

Grid Solutions Framework

The Grid Solutions Framework (GSF) is an extensive open source collection of .NET code used by electric power utilities and various open source projects. GSF contains a large variety of code useful for any .NET project consisting of hundreds of class libraries that extend or expand the functionality included in the .NET Framework with a focus on tools and protocol parsers that are useful for the electric power industry.

Time-series Application Components

Example Components:

Components

  • Adapter based time-series processing and data exchange library with WPF UI configuration screens for managing real-time data
  • Various utility protocol libraries, e.g., PQDIF, COMTRADE, IEEE C37.118, IEEE 1344, IEC 61850-90-5, UTK F-NET, SEL Fast Message, BPA PDCstream, Macrodyne, MMS
  • Configuration API for easy and secure access to application settings
  • High-speed binary parsing framework for implementing protocol parsing
  • Well vetted abstract asynchronous communications framework (IServer / IClient) for socket (TCP, UDP including Multicast all over IPv6 or IPv4), serial and file based communications
  • Security framework for implementing role-based security in ASP.NET, WCF, WPF, Windows Forms and Windows Services
  • Windows Service Template for quickly developing windows services with remoting capability
  • Base WCF service for creating WCF services that can be self-hosted in Windows Service, Console, WPF or Windows Forms application
  • WCF-based Message Bus that can be hosted inside ASP.NET, Windows Service, Console, WPF or Windows Forms application

Poster

Click for full size image

The Grid Solutions Framework, administered by the Grid Protection Alliance (GPA), is a combination of the existing Time Series Framework and TVA Code Library projects that were hosted on CodePlex. In creating the GSF, new code components have been added and the libraries have been refactored to make this integrated framework more secure and significantly better performing.

The open Phasor Data Concentrator (openPDC), Secure Information Exchange Gateway (SIEGate) and open Historian are examples of projects that use the Grid Solutions Framework.

Documentation and Support

NuGet Packages

Deployment

  • Make sure your system meets all the requirements below.
  • Open the project you want to leverage the GSF on in Visual Studio.
  • In the solution explorer, right-click on the project or solution.
  • Click on manage Nuget packages.
  • Search for GSF.
  • Install the library you want to use.
  • Enjoy.

Requirements

  • 64-bit Windows 7 or newer.
  • .NET 4.6 or newer.
  • Visual Studio 2012 or higher.
  • NuGet (usually included in Visual Studio).

Contributing

If you would like to contribute please:

  • Read our styleguide.
  • Fork the repository.
  • Code like a boss.
  • Create a pull request.

License

The Grid Solutions Framework is licensed under the MIT license.

Releases

No releases published

Packages

No packages published

Languages

  • C# 91.2%
  • JavaScript 3.9%
  • Java 2.9%
  • SQLPL 0.6%
  • C++ 0.4%
  • PLSQL 0.3%
  • Other 0.7%