An open API service indexing awesome lists of open source software.

https://github.com/gemstone/phasor-protocols

Gemstone Phasor Protocols Library
https://github.com/gemstone/phasor-protocols

Last synced: 5 months ago
JSON representation

Gemstone Phasor Protocols Library

Awesome Lists containing this project

README

          

gemstone logo





# PhasorProtocols
### GPA Gemstone Library

The Gemstone PhasorProtocols Library organizes all Gemstone functionality related to synchrophasor protocols, e.g., IEEE C37.118.

[![GitHub license](https://img.shields.io/github/license/gemstone/phasor-protocols?color=4CC61E)](https://github.com/gemstone/phasor-protocols/blob/master/LICENSE)
[![Build status](https://ci.appveyor.com/api/projects/status/u6qs98vlw8abidrv?svg=true)](https://ci.appveyor.com/project/ritchiecarroll/phasor-protocols)
![CodeQL](https://github.com/gemstone/phasor-protocols/workflows/CodeQL/badge.svg)
[![NuGet](https://img.shields.io/nuget/vpre/Gemstone.PhasorProtocols)](https://www.nuget.org/packages/Gemstone.PhasorProtocols#readme-body-tab)

This library includes helpful phasor protocol classes like the following:

* [MultiProtocolFrameParser](https://gemstone.github.io/phasor-protocols/help/html/T_Gemstone_PhasorProtocols_MultiProtocolFrameParser.htm):
* Represents a protocol independent frame parser that takes all protocol frame parsing implementations and reduces them to a single simple-to-use class exposing all data through abstract interfaces (e.g., IConfigurationFrame, IDataFrame, etc.) and also implements a variety of transport options (e.g., TCP, UDP, Serial, etc.), hides the complexities of this connectivity and internally pushes all data received from the selected transport protocol to the selected phasor parsing protocol. Supported protocols include:
* [IEEE C37.118 (Draft 6/2005/2011)](https://gemstone.github.io/phasor-protocols/help/html/N_Gemstone_PhasorProtocols_IEEEC37_118.htm)
* [IEC 61850-90-5-2005](https://gemstone.github.io/phasor-protocols/help/html/N_Gemstone_PhasorProtocols_IEC61850_90_5.htm)
* [IEEE 1344-1995](https://gemstone.github.io/phasor-protocols/help/html/N_Gemstone_PhasorProtocols_IEEE1344.htm)
* [BPA PDCstream](https://gemstone.github.io/phasor-protocols/help/html/N_Gemstone_PhasorProtocols_BPAPDCstream.htm)
* [UTK F-NET](https://gemstone.github.io/phasor-protocols/help/html/N_Gemstone_PhasorProtocols_FNET.htm)
* [SEL Fast Message](https://gemstone.github.io/phasor-protocols/help/html/N_Gemstone_PhasorProtocols_SelFastMessage.htm)
* [Macrodyne PMU](https://gemstone.github.io/phasor-protocols/help/html/N_Gemstone_PhasorProtocols_Macrodyne.htm)
* [Anonymous](https://gemstone.github.io/phasor-protocols/help/html/N_Gemstone_PhasorProtocols_Anonymous.htm)

Among others.

### Documentation
[Full Library Documentation](https://gemstone.github.io/phasor-protocols/help)