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
- Host: GitHub
- URL: https://github.com/gemstone/phasor-protocols
- Owner: gemstone
- License: mit
- Created: 2023-06-10T02:45:54.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-12-16T20:49:23.000Z (6 months ago)
- Last Synced: 2025-12-19T13:55:50.171Z (6 months ago)
- Language: C#
- Homepage: https://gemstone.github.io/phasor-protocols/
- Size: 55.7 MB
- Stars: 2
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: docs/README.md
- License: LICENSE
- Security: docs/SECURITY.md
- Notice: NOTICE.txt
Awesome Lists containing this project
README

# PhasorProtocols
### GPA Gemstone Library
The Gemstone PhasorProtocols Library organizes all Gemstone functionality related to synchrophasor protocols, e.g., IEEE C37.118.
[](https://github.com/gemstone/phasor-protocols/blob/master/LICENSE)
[](https://ci.appveyor.com/project/ritchiecarroll/phasor-protocols)

[](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)